Vector.ptr

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

Return Value

Type: inout(T)*

a pointer to content.

Meta