typenum::operator_aliases

Type Alias Compare

Source
pub type Compare<A, B> = <A as Cmp<B>>::Output;
Expand description

Alias for the associated type of Cmp: Compare<A, B> = <A as Cmp<B>>::Output

Layoutยง

Note: Encountered an error during type layout; the type failed to be normalized.