abs

Undocumented in source.
pure nothrow
@nogc => (x >= 0) ? x : -x
IntImpl!(signed, bits)
abs
(
bool signed
uint bits
)
(
IntImpl!(signed, bits) x
)

Meta