The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
CyclicBuffer.this
containers
cyclicbuffer
CyclicBuffer
No default construction if an allocator must be provided.
this
()
struct
CyclicBuffer
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
@
disable
static if
(
stateSize!Allocator != 0
)
this
(
)
this
(Allocator allocator)
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
No default construction if an allocator must be provided.