Move `Integral#(zero|nonzero|positive|negative)?` to `Numeric`
Because these methods work if object is `Comparable`, and `Numeric` is `Comparable`.
Showing
Please register or sign in to comment
Because these methods work if object is `Comparable`, and `Numeric` is `Comparable`.