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

Lodovico Giaretta <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
           Hardware|x86_64                      |All
         Resolution|---                         |WORKSFORME
                 OS|Linux                       |All

--- Comment #1 from Lodovico Giaretta <[email protected]> ---
We already have a function that does this in std.typecons:

auto t = tuple!("x","y")(1.0,2.0);

https://dlang.org/phobos/std_typecons.html#.tuple

--

Reply via email to