CircularBuffer.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
struct CircularBuffer(T, size_t N = 0, ALLOC = void)
@trusted nothrow
int
opApply
(
scope int delegate
(
ref T itm
)
nothrow
del
)

Meta