ExprString.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ExprString opOpAssign(const(ExprString) other)
    struct ExprString
    ref
    opOpAssign
    (
    string op : "~"
    )
    (
    auto ref const(ExprString) other
    )
  2. ExprString opOpAssign(string other)
  3. ExprString opOpAssign(R other)

Meta