ExprString.opOpAssign

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

Meta