[][src]Module ilyvion_util::non_nan

A trait and a type useful for dealing with types with a NaN value. This is f32 and f64.

Structs

NonNan

A type that wraps a NanType with the guarantee that its contained value is not NaN.

Traits

NanType

Trait that lets you generalize over types that have a NaN.