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