tame v0.0.1 (2022-04-14T10:07:58Z)
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)