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

Nick Treleaven <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Nick Treleaven <[email protected]> ---
This pull at least allows it to be done non-automatically from any range:

int[5] = only(1,2,3,4,5).staticArray!5;

https://github.com/D-Programming-Language/phobos/pull/4090

--

Reply via email to