dyaml v0.6.1 (2017-05-16T20:02:26Z)
Home
Dub
Repo
Queue.pop
dyaml
queue
Queue
Return the next element in the queue and remove it.
struct
Queue
(T)
@
trusted
nothrow
T
pop
(
)
if
(
!
hasMember
!(
T
, "__dtor")
)
Meta
Source
See Implementation
dyaml
queue
Queue
destructors
~this
functions
empty
insert
iterationOver
length
next
opAssign
opCmp
opEquals
peek
pop
push
startIteration
Return the next element in the queue and remove it.