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