RawTypedIdentifier.opBinary

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

Meta