Module queue_view

Source
Expand description

The QueueView implements a queue that can push on the back and delete on the front.

Structs§

QueueView
A view that supports a FIFO queue for values of type T.

Type Aliases§

HashedQueueView
Type wrapping QueueView while memoizing the hash.