Function RingBuffer.opIndex
Accesses the n-th element in the buffer.
inout ref inout(T) opIndex
(
size_t idx
);
Accesses the n-th element in the buffer.
inout ref inout(T) opIndex
(
size_t idx
);