Function array_math::argmin

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