Vector.ptr

Return a pointer of the internal array

struct Vector(T, size_t dim_)
nothrow @property @nogc pure
T*
ptr
()
if (
__traits(isFloating, T)
)

Meta