[][src]Function batbox::clamp_abs

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