Rope.this

Copy a Rope.

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

Meta