[][src]Function rdcl_aoc_helpers::math::abs_diff

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

The absolute difference between two numbers.