Type Definition decorum::Ordered

source ·
pub type Ordered<T> = ConstrainedFloat<T, UnitConstraint<T>>;
Expand description

An ordered and canonicalized floating-point value.

Trait Implementations

Converts to this type from the input type.
Converts to this type from the input type.