mulch::math

Function abs_difference

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