Trait concurrent_map::Maximum
source · Expand description
Trait for types for which a maximum possible value exists.
This exists primarily to play nicely with std::cmp::Reverse<T>
keys
for achieving high performance reverse iteration.
Trait for types for which a maximum possible value exists.
This exists primarily to play nicely with std::cmp::Reverse<T>
keys
for achieving high performance reverse iteration.