Skip to main content

min

Function min 

Source
pub fn min<T: SimdOps>(data: &[T]) -> T
Expand description

Computes the minimum element of the slice using runtime-dispatched SIMD.

Returns T::MAX_VALUE for empty slices.