Type Alias Unitless

Source
pub type Unitless = NumberUnit<0, 1, 0, 1>;

Aliased Type§

pub struct Unitless(pub Expr<Number>);

Tuple Fields§

§0: Expr<Number>