dyaml v0.8.0 (2019-05-26T18:26:26Z)
Home
Dub
Repo
Queue.empty
dyaml
queue
Queue
struct
Queue
(T)
bool
empty
@
safe
pure nothrow const @
nogc
(
)
if
(
!
hasMember
!(
T
, "__xdtor")
)
Return Value
Type:
bool
true of the queue empty, false otherwise.
Meta
Source
See Implementation
dyaml
queue
Queue
functions
empty
insert
length
peek
pop
push
range