Function array_math::first_max

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