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