abs

Undocumented in source. Be warned that the author may not have intended to support it.
abs
(
NumT
)
(
NumT value
)

Examples

assert(0.abs == 0);
assert(1.abs == 1);
assert((-1).abs == 1);
assert((-128).abs!byte == 128);

Meta