Rope.opOpAssign

Append text to the rope.

  1. Rope opOpAssign(const(char)[] value)
    struct Rope
    ref return nothrow
    opOpAssign
    (
    string op : "~"
    )
    (
    const(char)[] value
    )
  2. Rope opOpAssign(Rope value)

Meta