FFABSU

Unsigned Absolute value. This takes the absolute value of a signed int and returns it as a unsigned. This also works with INT_MIN which would otherwise not be representable As with many macros, this evaluates its argument twice.

extern (D) @nogc nothrow
FFABSU
(
T
)
(
auto ref T a
)

Meta