Rope.this

Create a rope from given node.

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

Meta