ReusableBlock.opIndex

Return a reference to an element

struct ReusableBlock(T, Flag!"dtors" dtors = Yes.dtors)
ref inout @nogc nothrow pure scope
inout(T)
opIndex
(
in size_t index
)

Parameters

index size_t

the _index of the element to return

Meta