how to assign tuple named Tuple easily

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Mar 12 16:55:44 PDT 2017


On Sunday, 12 March 2017 at 23:16:48 UTC, Inquie wrote:
> Tuple!(int, "A") x;
>
> x = tuple(3);
>
> fails of course

umm it works for me...



More information about the Digitalmars-d-learn mailing list