pub type NotNaN<T> = NotNan<T>;๐Deprecated since 0.6.0: renamed to
NotNanExpand description
A wrapper around Floats providing an implementation of Ord and Hash.
A NaN value cannot be stored in this type.
Aliased Typeยง
pub struct NotNaN<T>(/* private fields */);