mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
Queue.removeAll
mecca
containers
queue
Queue
Remove all items that compare equal to provided item.
void
removeAll
()
uint
removeAll
(Type item)
struct
Queue
(Type, ushort MaxSize)
version(XXX)
nothrow @
safe
@
nogc
@
notrace
uint
removeAll
(
Type
item
)
Return Value
Type:
uint
Number of items removed
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
Remove all items that compare equal to provided item.