UniqueArray.ptr

Returns a pointer to the underlying data. @system

struct UniqueArray(Type, Allocator = typeof(theAllocator))
inout
inout(Type)*
ptr
()
if (
isAllocator!Allocator
)

Meta