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
QueueViewwhile memoizing the hash. - Historically
Hashed Queue View - Wrapper around
QueueViewto compute hashes based on the history of changes.