Queue.removeAll

Remove all items from the queue

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

Meta