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