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§
- Prio
Container - Priority container storing max
capacityamount of items. Can be used to findnsmallest items within an iterator or a set of items that implementOrd - Prio
Container Max - Priority container storing max
capacityamount of items. Can be used to findnsmallest items within an iterator or a set of items that implementOrd