DynamicArray.ptr

Unsafe access to pointer.

struct DynamicArray(T, Allocator = Mallocator, Capacity = size_t)
pragma(inline, true) inout return
@system => _store.ptr
inout(T)*
ptr
()
()
if (
!is(immutable T == immutable bool) &&
(
is(Capacity == ulong) ||
is(Capacity == uint)
)
&&
isAllocator!Allocator
)

Meta