Vector.ptr

Returns pointer to data

struct Vector(T, size_t N)
return
T*
ptr
()
if (
isNumeric!T &&
N > 0
)

Meta