Type Definition ordered_float::NotNaN [−][src]
type NotNaN<T> = NotNan<T>;
👎 Deprecated since 0.6.0:
renamed to NotNan
A wrapper around Floats providing an implementation of Ord and Hash.
A NaN value cannot be stored in this type.