The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
CyclicBuffer.capacity
containers
cyclicbuffer
CyclicBuffer
struct
CyclicBuffer
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
const nothrow pure @
property
@
safe
@
nogc
size_t
capacity
(
)
Return Value
Type:
size_t
maximal number of items the buffer can hold without reallocation.
Meta
Source
See Implementation
containers
cyclicbuffer
CyclicBuffer
aliases
insert
insertAnywhere
opDollar
popBack
popFront
put
constructors
this
functions
back
capacity
clear
empty
front
insertBack
insertFront
length
opIndex
opSlice
removeBack
removeFront
reserve
structs
Range