Vector.ptr

struct Vector(T, size_t N)
nothrow pure nothrow @property
T*
ptr
()

Return Value

Type: T*

a pointer to content.

Meta