StaticArray.this
this
(const(T)[] items...) @trusted nothrow @nogcMakes a static array. Passing a slice with a length larger than the array capacity will throw an error.
(const(T)[] items...) @trusted nothrow @nogcMakes a static array. Passing a slice with a length larger than the array capacity will throw an error.