pub fn clamp_slice<T, const N: usize, V>( input: &[T], min: &[T], max: &[T], output: &mut [T], )where T: Transcendental, V: Vector<T, N>,
Поэлементное ограничение слайса