RopeNode.this

Create a leaf node from a slice

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

Meta