FixedDynamicArray.opIndex

Get element at index i.

struct FixedDynamicArray(T, Allocator = Mallocator)
@safe pragma(inline, true) ref inout @trusted return scope
inout(T)
opIndex
(
size_t i
)
if (
isAllocator!Allocator
)

Meta