RopeNode

Undocumented in source.

Constructors

this
this(Rope left, Rope right)

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

Members

Functions

length
size_t length()

Get length of this node.

Variables

left
Rope left;

Left child of this node.

right
Rope right;

Right child of this node.

Meta