Hello Walter,
bearophile wrote:Walter Bright:There are significant technical problems with having functions return tuples.<A possibly stupid question: isn't it enough to return a custom struct?No, because of the alignment mismatches with other uses of tuples.
What about passing an array of return location pointers as a hidden arg? That would allow the called function to do the assignment.
-- ... <IXOYE><
