Rope.leafText

Content of the rope if it's a leaf. Not sliced; to get the text with the slice applied, use value.

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

struct Rope
const(char)[] leafText;

Meta