unary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. N unary(N num)
  2. N unary(N num)
    @safe nothrow @nogc
    N
    unary
    (
    string op
    N
    )
    (
    const N num
    )
    if (
    (
    isIntegral!N ||
    isSomeChar!N
    )
    &&
    op.among!("-", "+", "~")
    )
  3. N unary(N num)
  4. N unary(N num)

Meta