Module comparator::collections

source ·
Expand description

Comparator-aware collection types.

Re-exports

pub use self::binary_heap::BinaryHeap;

Modules

A priority queue implemented with a binary heap.