Rope.opBinary

Concatenate with a string.

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

Meta