Rope.opBinary

Concatenate two ropes together.

  1. Rope opBinary(Rope that)
    struct Rope
    const nothrow
    opBinary
    (
    string op : "~"
    )
    (
    const Rope that
    )
  2. Rope opBinary(const(char)[] text)

Meta