Rope.opOpAssign

Append another rope to the rope.

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

Meta