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