Function gcdx

Source
pub fn gcdx<T>(array: &[T]) -> Option<T>
where T: Rem<Output = T> + PartialOrd + Zero + Copy + Display + Clone,