On Monday, 3 December 2018 at 10:00:31 UTC, Simen Kjærås wrote:
However, it's easy to implement in a library:
It even is in phobos: https://dlang.org/phobos/std_array.html#.staticArray ``` import std.array: staticArray; auto a = [0, 1, 2].staticArray; ```