Module priority_queue::priority_queue[][src]

Expand description

This module contains the PriorityQueue type and the related iterators.

See the type level documentation for more details and examples.

Modules

This module defines iterator types that are used only with the PriorityQueue.

Structs

A priority queue with efficient change function to change the priority of an element.