Type Alias N64

Source
pub type N64 = NotNan<f64>;
Expand description

A number exclusive NaN and hence not implementing Float.

Aliased Typeยง

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