A Discussion of Tuple Syntax

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Mon Aug 19 17:03:48 PDT 2013


On 8/19/13 4:48 PM, Meta wrote:
> I don't necessarily want built-in syntax for a library type, but making
> tuples first-class would be nice. I mean, it's a bummer that they can't
> be returned from functions. That should definitely be changed.

return tuple(1, "a");


Andrei



More information about the Digitalmars-d mailing list