Function mulch::math::abs_difference

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