pub type Total<T> = ConstrainedFloat<T, UnitConstraint<T>>;Expand description
Floating-point representation with total ordering.
Aliased Type§
struct Total<T> { /* private fields */ }pub type Total<T> = ConstrainedFloat<T, UnitConstraint<T>>;Floating-point representation with total ordering.
struct Total<T> { /* private fields */ }