clamp_abs

Function clamp_abs 

Source
pub fn clamp_abs<T>(x: T, max: T) -> T
where T: PartialOrd + Neg<Output = T> + Copy,