F

Type Alias F 

Source
pub type F = Boxed<OrderedFloat<f64>>;

Aliased Type§

pub struct F(pub OrderedFloat<f64>);

Tuple Fields§

§0: OrderedFloat<f64>

Trait Implementations§