Thread overview
[Issue 5034] Ranged (or bounded) array initializer
May 05, 2018
Johannes Loher
May 06, 2018
greenify
Dec 17, 2022
Iain Buclaw
May 05, 2018
https://issues.dlang.org/show_bug.cgi?id=5034

Johannes Loher <johannes.loher@fg4f.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johannes.loher@fg4f.de

--- Comment #2 from Johannes Loher <johannes.loher@fg4f.de> ---
I believe this would definitely need a DIP.

--
May 06, 2018
https://issues.dlang.org/show_bug.cgi?id=5034

greenify <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greeenify@gmail.com

--- Comment #3 from greenify <greeenify@gmail.com> ---
We will have staticArray in Phobos soon which will greatly help in doing this
purely as a library. Though this obviously could already been done easily as a
library today.
This is definitely very unlikely to end up in the language.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=5034

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--