lu
Dlang.org
CircularBuffer.caughtUp
lu
container
CircularBuffer
Whether or not
head
and
tail
point to the same position in the context of a circular array.
struct
CircularBuffer
(T, Flag!"dynamic" dynamic = No.dynamic, size_t originalSize = 16)
private
bool
caughtUp
;
lu
container
CircularBuffer
functions
clear
dup
empty
front
opOpAssign
popFront
put
reset
resize
save
size
variables
buf
caughtUp
head
initialised
tail
Whether or not head and tail point to the same position in the context of a circular array.