The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
CyclicBuffer.front
containers
cyclicbuffer
CyclicBuffer
Accesses to the item at the start of the buffer.
struct
CyclicBuffer
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
ref nothrow pure @
property
@
safe
auto ref
front
(
this
This
)
(
)
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
Accesses to the item at the start of the buffer.