fn abs

Returns the absolute value of an integer.

Panics on overflow when x == i32::MIN (since -i32::MIN is not representable as i32).