abs

Undocumented in source. Be warned that the author may not have intended to support it.
  1. N abs(N num)
  2. N abs(N num)
    @safe pure
    N
    abs
    (
    N
    )
    (
    const N num
    )
    if (
    isIntegral!N ||
    isBoolean!N
    )

Meta