String.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(String rhs)
  2. void opOpAssign(bcstring rhs)
    struct String
    @nogc nothrow @trusted
    void
    opOpAssign
    (
    string op
    )
    ()
    if (
    op == "~"
    )

Meta