[][src]Module comparator::collections

Comparator-aware collection types.

Re-exports

pub use self::binary_heap::BinaryHeap;

Modules

binary_heap

A priority queue implemented with a binary heap.