PreviousUpNext

13.2.45  queue

The standard library queue package implements first-in first-out queues.

The queue package implements the Queue API.

The queue package source code is in src/lib/src/queue.pkg.

See also: leftist_tree_priority_queue.

See also: heap_priority_queue.

The above information is manually maintained and may contain errors.

Queue

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext