[−][src]Trait type_freak::control::IfLess
A type operator that checks if left-hand-site is less than right-hand-side.
Associated Types
type Output
Implementors
impl<Lhs, Rhs, Output> IfLess<Lhs, Rhs> for Output where
Lhs: IsLess<Rhs>,
Output: IfPredicate<Le<Lhs, Rhs>>,
Le<Lhs, Rhs>: Boolean, [src]
Lhs: IsLess<Rhs>,
Output: IfPredicate<Le<Lhs, Rhs>>,
Le<Lhs, Rhs>: Boolean,