The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
CyclicBuffer.this
containers
cyclicbuffer
CyclicBuffer
Use the given
allocator
for allocations.
this
()
this
(Allocator allocator)
struct
CyclicBuffer
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
nothrow pure @
safe
@
nogc
static if
(
stateSize!Allocator != 0
)
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
Use the given allocator for allocations.