ArrayStore.ptr

Undocumented in source. Be warned that the author may not have intended to support it.
struct ArrayStore(T, Allocator = GCAllocator, Capacity = size_t)
pragma(inline, true) inout @trusted pure nothrow @nogc
inout(T)*
ptr
()
if (
!is(immutable T == immutable bool) &&
(
is(Capacity == ulong) ||
is(Capacity == uint)
)
&&
isAllocator!Allocator
)

Meta