typenum::operator_aliases

Type Alias Gcf

Source
pub type Gcf<A, B> = <A as Gcd<B>>::Output;
Expand description

Alias for the associated type of Gcd: Gcf<A, B> = <A as Gcd<B>>::Output>

Layoutยง

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