lu
Dlang.org
CircularBuffer.reset
lu
container
CircularBuffer
Resets the buffer pointers but doesn't clear the contents.
struct
CircularBuffer
(T, Flag!"dynamic" dynamic = No.dynamic, size_t originalSize = 16)
pure @
safe
@
nogc
nothrow
void
reset
(
)
if
(
originalSize
> 1
)
lu
container
CircularBuffer
functions
clear
dup
empty
front
opOpAssign
popFront
put
reset
resize
save
size
variables
buf
caughtUp
head
initialised
tail
Resets the buffer pointers but doesn't clear the contents.