abs

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

Meta