pub fn min_slice<T: Transcendental, const N: usize, V>( a: &[T], b: &[T], output: &mut [T], )where V: Vector<T, N>,
Поэлементный минимум двух слайсов