absUnsign

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

pure nothrow @safe
Unsigned!T
absUnsign
(
T
bool cow
)
(
auto ref scope const _Z!(cow) x
)
if (
__traits(isIntegral, T)
)

Meta