Trait concurrent_map::Maximum
source · pub trait Maximum: Ord {
const MAX: Self;
}
Expand description
Trait for types for which a maximum possible value exists.
This exists primarily to play nicely with std::cmp::Reverse
keys
for achieving high performance reverse iteration.