RawTypedIdentifier.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. RawTypedIdentifier opOpAssign(T rhs)
    struct RawTypedIdentifier
    ref nothrow @safe @nogc
    static if(algebraic)
    opOpAssign
    (
    string op
    )
    (
    in T rhs
    )
    if (
    op == "+" ||
    op == "-"
    )
  2. RawTypedIdentifier opOpAssign(RawTypedIdentifier rhs)

Meta