lu
Dlang.org
CircularBuffer.popFront
lu
container
CircularBuffer
Advances the current position to the next item in the buffer.
struct
CircularBuffer
(T, Flag!"dynamic" dynamic = No.dynamic, size_t originalSize = 16)
pure @
safe
@
nogc
nothrow
void
popFront
(
)
if
(
originalSize
> 1
)
lu
container
CircularBuffer
functions
clear
dup
empty
front
opOpAssign
popFront
put
reset
resize
save
size
variables
buf
caughtUp
head
initialised
tail
Advances the current position to the next item in the buffer.