FFNABS

Negative Absolute value. this works for all integers of all types. As with many macros, this evaluates its argument twice, it thus must not have a sideeffect, that is FFNABS(x++) has undefined behavior.

extern (C) @nogc nothrow extern (D)
FFNABS
(
T
)
(
auto ref T a
)

Meta