Type Alias N32

Source
pub type N32 = NotNan<f32>;
Expand description

A number exclusive NaN and hence not implementing Float.

Aliased Typeยง

pub struct N32(/* private fields */);