lu ~master (2024-08-10T21:55:00Z)
Home
Dub
Repo
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.
Meta
Source
See Implementation
lu
container
CircularBuffer
functions
clear
dup
empty
front
opOpAssign
popFront
put
reset
resize
save
size
Returns the size of the internal buffer.