dyaml v0.8.0 (2019-05-26T18:26:26Z)
Home
Dub
Repo
Queue.pop
dyaml
queue
Queue
struct
Queue
(T)
T
pop
@
safe
nothrow
(
)
in { assert (!empty, "Trying to pop an element from an empty queue"); }
if
(
!
hasMember
!(
T
, "__xdtor")
)
Return Value
Type:
T
The next element in the queue and remove it.
Meta
Source
See Implementation
dyaml
queue
Queue
functions
empty
insert
length
peek
pop
push
range