String.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opOpAssign(string s)
  2. auto opOpAssign(char c)
    struct String
    opOpAssign
    (
    string op
    )
    (
    char c
    )
    if (
    op == "~"
    )
  3. auto opOpAssign(String s)

Meta