lu
Dlang.org
CircularBuffer.save
lu
container
CircularBuffer
Implements Range
save
.
struct
CircularBuffer
(T, Flag!"dynamic" dynamic = No.dynamic, size_t originalSize = 16)
auto
save
(
)
if
(
originalSize
> 1
)
Return Value
Type:
auto
A shallow copy of the container.
lu
container
CircularBuffer
functions
clear
dup
empty
front
opOpAssign
popFront
put
reset
resize
save
size
variables
buf
caughtUp
head
initialised
tail
Implements Range save.