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