Type Alias F32

Source
pub type F32 = OrderedFloat<f32>;

Aliased Type§

#[repr(transparent)]
pub struct F32(pub f32);

Tuple Fields§

§0: f32