ArrayStore.length

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) const @trusted pure nothrow @nogc
Capacity
length
()
if (
!is(immutable T == immutable bool) &&
(
is(Capacity == ulong) ||
is(Capacity == uint)
)
&&
isAllocator!Allocator
)

Meta