[][src]Type Definition ordered_float::NotNaN

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.