Vec.ptr

struct Vec(T)
nothrow @nogc public @property inout
inout(T)*
ptr
()

Return Value

Type: inout(T)*

Raw pointer to data.

Meta