https://issues.dlang.org/show_bug.cgi?id=4577
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Nick Treleaven <[email protected]> --- This now works: auto entry = tuple!("index", "value")(4, "Hello"); http://dlang.org/phobos/typecons.html#tuple Can we close this? --
