R32

Type Alias R32 

Source
pub type R32 = RealImpl<f32>;
Expand description

Like f32 but panics on NaN/Inf

Aliased Typeยง

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