Function poplar_util::math::abs_difference

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