Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Gcf

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>