Queue.removeAll

Remove all items that compare equal to provided item.

  1. void removeAll()
  2. uint removeAll(Type item)
    struct Queue(Type, ushort MaxSize)
    version(XXX)
    nothrow @safe @nogc
    uint
    removeAll
    (
    Type item
    )

Return Value

Type: uint

Number of items removed

Meta