typenum::operator_aliases

Type Alias Gr

Source
pub type Gr<A, B> = <A as IsGreater<B>>::Output;
Expand description

Alias for the associated type of IsGreater: Gr<A, B> = <A as IsGreater<B>>::Output

Layoutยง

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