[Issue 21011] Variant and tuples by index

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jul 4 12:43:44 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=21011

--- Comment #1 from superDIMMaX <v.leolui at gmail.com> ---
i found only one strange solution:
   writeln(test.get!(Tuple!(int, int))()[1]);
and if this not issue, can be add ability opIndex and length on tuples?

--


More information about the Digitalmars-d-bugs mailing list