FixedRingBuffer.opApply - multiple declarations
Function FixedRingBuffer.opApply
int opApply
(
scope @safe int delegate(ref T itm) del
);
Function FixedRingBuffer.opApply
iterate through elements with index
int opApply
(
scope @safe int delegate(size_t i, ref T itm) del
);