Module linera_views::views::queue_view

source ·
Expand description

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

Structs§

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

Type Aliases§