gfm7 ~master (2021-07-09T09:06:39Z)
Home
Dub
Repo
QueueImpl.popBack
gfm
core
queue
QueueImpl
Removes an item from the back of the queue.
class
QueueImpl
(T, OverflowPolicy overflowPolicy)
nothrow
T
popBack
(
)
Return Value
Type:
T
the removed item.
Meta
Source
See Implementation
gfm
core
queue
QueueImpl
constructors
this
functions
back
clear
front
length
opIndex
opSlice
popBack
popFront
pushBack
pushFront
properties
capacity
isFull
structs
Range
Removes an item from the back of the queue.