RopeNode.this

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

struct RopeNode
inout pure nothrow
this
(
inout Rope left
,
inout Rope right
)

Meta