mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
Queue.this
mecca
containers
queue
Queue
Construct a Queue already filled with supplied items.
struct
Queue
(Type, ushort MaxSize)
nothrow @
safe
@
nogc
this
(
Type
[]
initItems
...
)
Meta
Source
See Implementation
mecca
containers
queue
Queue
aliases
ItemType
constructors
this
functions
peek
pop
push
pushHead
removeAll
removeHead
toString
manifest constants
capacity
properties
empty
full
length
Construct a Queue already filled with supplied items.