tame ~master (2022-04-20T20:15:19.0723517)
Dub
Repo
Queue.length
tame
queue
Queue
struct
Queue
(T)
@
safe
nothrow pure @
nogc
const
size_t
length
(
)
if
(
!
hasMember
!(
T
, "__xdtor")
)
Return Value
Type:
size_t
The number of elements in the queue.
Meta
Source
See Implementation
tame
queue
Queue
destructors
~this
functions
empty
insert
length
opAssign
opCmp
opEquals
peek
pop
push
range
postblits
this(this)