[][src]Function competitive_hpp::prelude::traits::abs_sub

pub fn abs_sub<T>(x: T, y: T) -> T where
    T: Signed

The positive difference of two numbers.

Returns zero if x is less than or equal to y, otherwise the difference between x and y is returned.