absUnsign

fnUnsigned!T absUnsign(T)(T x) if (isIntegral!T)

Returns the absolute value of x converted to the corresponding unsigned type.

Parameters

xThe integral value to return the absolute value of.

Returns

The absolute value of x.