mir-yaml ~master (2021-07-27T14:20:03Z)
Home
Dub
Repo
Queue.pop
dyaml
queue
Queue
struct
Queue
(T)
@
safe
nothrow
T
pop
(
)
if
(
!
hasMember
!(
T
, "__xdtor")
)
Return Value
Type:
T
The next element in the queue and remove it.
Meta
Source
See Implementation
dyaml
queue
Queue
destructors
~this
functions
empty
insert
length
opAssign
opCmp
opEquals
peek
pop
push
range
postblits
this(this)