Vector.elements

Undocumented in source. Be warned that the author may not have intended to support it.
struct Vector(T, int Dimention)
ref const
T[Dimention]
elements
()
if (
__traits(isArithmetic, T) &&
Dimention > 0
)

Meta