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.
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.