The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
CyclicBuffer.popFront
containers
cyclicbuffer
CyclicBuffer
Removes the item at the start of the buffer.
import containers.cyclicbuffer;
struct
CyclicBuffer
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
alias
popFront
=
removeFront
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
Removes the item at the start of the buffer.