Type Definition typenum::operator_aliases::Le [−][src]
pub type Le<A, B> = <A as IsLess<B>>::Output;
Expand description
Alias for the associated type of IsLess
: Le<A, B> = <A as IsLess<B>>::Output
pub type Le<A, B> = <A as IsLess<B>>::Output;
Alias for the associated type of IsLess
: Le<A, B> = <A as IsLess<B>>::Output