gcd_lcm

Function gcd_lcm 

Source
pub fn gcd_lcm<T: GcdLcm>(lhs: T, rhs: T) -> (T::Output, T::Output)