Function mcd

Source
pub fn mcd<T>(a: T, b: T) -> T
where T: PrimInt + Signed,