Re: Returning a tuple
On 27/04/12 15:40, Simen Kjaeraas wrote: std.typecons has a type called Tuple, which is probably what you want: ... ! Can't believe I missed that. Works perfectly, thanks so much! :-)
Re: Returning a tuple
On Fri, 27 Apr 2012 14:52:08 +0200, Joseph Rushton Wakeling wrote: Hello all, Just recently I tried returning a Tuple from a function and received an error message about this not being allowed. Reading up a bit on the D site I'm not clear -- is it a determined policy for the language t