Expand description
A trait for bidirected queues to abstract over the different implementations in the standard library.
Traitsยง
- Bidirected
Queue - A queue that supports both popping and pushing at front and back.
A trait for bidirected queues to abstract over the different implementations in the standard library.