#[repr(transparent)]pub struct F64OrdHash(pub f64);Expand description
F64 wrapper that implements Ord and Hash.
When PartialOrd returns None, we return std::cmp::Ordering::Equal.
You should probably not be using this unless you know what you’re doing.
Tuple Fields§
§0: