[Issue 4577] Third way to create a std.typecons.Tuple
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Nov 15 04:04:22 PST 2016
https://issues.dlang.org/show_bug.cgi?id=4577
Nick Treleaven <nick at geany.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nick at geany.org
--- Comment #1 from Nick Treleaven <nick at geany.org> ---
This now works:
auto entry = tuple!("index", "value")(4, "Hello");
http://dlang.org/phobos/typecons.html#tuple
Can we close this?
--
More information about the Digitalmars-d-bugs
mailing list