linera_views::views

Module 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§