Vector._vector

Element data.

struct Vector(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
E[D] _vector;

Meta