[][src]Function py_pathfinding::algorithms::astar::absdiff

pub fn absdiff<T>(x: T, y: T) -> T where
    T: Sub<Output = T> + PartialOrd