Expand description
Abstraction of the concept of a queue.
Structs§
- Static
Priority Queue - A statically-sized queue which is implemented as a max-heap.
- Static
Ring Queue - A statically-sized queue which is implemented as a ring buffer.
Traits§
- Queue
Model - Trait which queue implementations must conform to.