CircularBlocks.opIndex

Return a reference to an element

Accessing the elements with the InputRange interface returned from opSlice is more efficient.

struct CircularBlocks(T)
ref inout
inout(T)
opIndex
(
size_t index
)

Parameters

index size_t

the _index of the element to return

Meta