Complex.opUnary

  1. Complex opUnary()
  2. Complex opUnary()
    struct Complex(T)
    const scope
    opUnary
    (
    string op : "-"
    )
    ()
    if (
    is(T == float) ||
    is(T == double)
    ||
    is(T == real)
    )

Meta