Vector.array

Get raw array of this vector.

struct Vector(T, uint S)
inout
array
()
if (
__traits(isArithmetic, T)
)

Return Value

Type: auto

raw array of this vector.

Meta