pub fn abs_diff<T>(a: T, b: T) -> Twhere
    T: Sub<T, Output = T> + Ord + Copy,
Expand description

The absolute difference between two numbers.