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)
  3. N unary(N num)
    @safe
    N
    unary
    (
    string op
    bool throws
    N
    )
    (
    ref N num
    )
    if (
    (isIntegral!N) &&
    op.among!("++", "--")
    )
  4. N unary(N num)

Meta