[−][src]Type Definition typenum::operator_aliases::Gr
type Gr<A, B> = <A as IsGreater<B>>::Output;
Alias for the associated type of IsGreater
: Gr<A, B> = <A as IsGreater<B>>::Output
type Gr<A, B> = <A as IsGreater<B>>::Output;
Alias for the associated type of IsGreater
: Gr<A, B> = <A as IsGreater<B>>::Output