RopeNode.value

Direct content of the node, if a leaf node.

This must be a fully valid string. Content may not be split in the middle of a codepoint.

struct RopeNode
const(char)[] value;

Meta