Function array_math::first_min

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