Expand description
Total order on floating point types. Can be used for sorting, min/max computation, and other collection algorithms.
Modules§
- private 🔒
Structs§
- Ordered
Float - Wraps a floating-point value to add total order and hash.
Possible types for
T
aref32
andf64
.
Traits§
- Float
- Extension trait to provide
ord()
method.