Type Alias F64

Source
pub type F64 = OrderedFloat<f64>;

Aliased Type§

#[repr(transparent)]
pub struct F64(pub f64);

Tuple Fields§

§0: f64