Vec.ptr

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

Return Value

Type: inout(T)*

Raw pointer to data.

Meta