Function array__ops::max

source ·
pub fn max<T, const N: usize>(array: [T; N]) -> Option<T>
where T: Ord,