Rope.this

Create a rope holding given text.

  1. this(const(char)[] text)
    struct Rope
    inout pure nothrow
    this
    (
    inout const(char)[] text
    )
  2. this(Rope left, Rope right)
  3. this(inout(RopeNode)* node)
  4. this(Rope rope)

Meta