[Issue 21011] Variant and tuples by index

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jul 8 17:02:53 UTC 2020


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

--- Comment #3 from superDIMMaX <v.leolui at gmail.com> ---
Found solution how avoid issue with Variant and access Tuple inside by [] - put
tuple inside struct and -alias _tuple this- then -Variant v[0]- works and no
errors.

--


More information about the Digitalmars-d-bugs mailing list