Function array_math::argmax

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