Function array__ops::first_min

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