Returns the absolute value of x converted to the corresponding unsigned type.
The integral value to return the absolute value of.
The absolute value of x.
assert((-1).absUnsign == 1); assert(1.absUnsign == 1);
See Implementation
Returns the absolute value of x converted to the corresponding unsigned type.