Vector.ptr

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

Return Value

Type: inout(T)*

a pointer to content.

Meta