ExactFloat.opUnary

////////////////////////////////////////////////////////////////////////// Unary plus.

  1. ExactFloat opUnary()
    struct ExactFloat
    const nothrow @nogc pure
    opUnary
    (
    string op
    )
    ()
    if (
    op == "+"
    )
  2. ExactFloat opUnary()

Meta