Vector.ptr

struct Vector(T)
pure nothrow @nogc
T*
ptr
()

Return Value

Type: T*

the pointer to the underlying vector

Meta