Re-exports

pub use stable::max::StablePrioContainerMax;
pub use stable::StablePrioContainer;
pub use unique::max::UniquePrioContainerMax;
pub use unique::stable::StableUniquePrioContainer;
pub use unique::stable_max::StableUniquePrioContainerMax;
pub use unique::UniquePrioContainer;

Modules

Structs

Priority container storing max capacity amount of items. Can be used to find n smallest items within an iterator or a set of items that implement Ord

Priority container storing max capacity amount of items. Can be used to find n smallest items within an iterator or a set of items that implement Ord