DynamicArray.opIndex

Index support.

struct DynamicArray(T, Allocator = Mallocator, Capacity = size_t)
pragma(inline, true) ref inout return scope
inout(T)
opIndex
()
(
in size_t i
)
if (
!is(immutable T == immutable bool) &&
(
is(Capacity == ulong) ||
is(Capacity == uint)
)
&&
isAllocator!Allocator
)

Meta