Vector.this

Vector can be constructed with different ways:

* from single values * from arrays * from other vectors

struct Vector(size_t N, T, alias string AS = "")
pure
this
(
E...
)
(
in E vals
)
if (
isCompatibleArrayAccessStrings(N, AS, VVASES, VVASVS) ||
AS.length == 0
)

Meta