NotNaN

Type Alias NotNaN 

Source
pub type NotNaN<T> = NotNan<T>;
๐Ÿ‘ŽDeprecated since 0.6.0: renamed to NotNan
Expand 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 */);