RopeNode.this

Create a node from two other node; Concatenate the two other nodes. Both must not be null.

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

Meta