Expand description
The QueueView
implements a queue that can push on the back and delete on the front.
Structs§
- Queue
View - A view that supports a FIFO queue for values of type
T
.
Type Aliases§
- Hashed
Queue View - Type wrapping
QueueView
while memoizing the hash.