DynamicArray.ptr

Unsafe access to pointer.

struct DynamicArray(T, alias Allocator = null, CapacityType = size_t)
@safe pragma(inline) inout return @system
inout(T)*
ptr
()
()
if (
!is(Unqual!T == bool) &&
(
is(CapacityType == ulong) ||
is(CapacityType == uint)
)
)

Meta