String.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. String opOpAssign(T t)
    class String
    opOpAssign
    (
    string op
    T
    )
    (
    T t
    )
    if (
    op == "~" &&
    !is(T == NewLine)
    )
  2. String opOpAssign(NewLine )

Meta