Vector.this

Vector can be constructed with different ways:

* from single values * from arrays * from other vectors

struct Vector(size_t N, T)
pure
this
(
E...
)
(
in E vals
)

Meta