Function batbox::clamp_abs[][src]

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