Next: Index, Previous: List of Figures, Up: guile-rope [Contents][Index]
The definition of the <rope> record.
The definition of the <rope-transpose> record.
The seventh character of a rope representing the string ‘abcdefghi’.
Converting a cons binary tree of strings into a rope.
Converting a cons binary tree of ropes and strings into a rope.
Converting a rope into a cons binary tree of strings.
Generating a random rope from a given string.
Forcing the rebalancing of a rope.
The four different cases that may occur in rope concatenation.
Obtaining subropes.
Inserting in a rope.
Searching text in a rope.
Creating a rope from a list of strings.
Eagerly comprehending over a portion of a rope, forward or backward.
Creating a rope from mapped contents of a list.
Creating a rope from a generating thunk.
Creating a rope from a file.
Processing the characters of a rope in reverse.
Processing multiple ropes together.
Setting the maximum leaf size to a small value affects rebalancing.
Forcing a balanced by fragmented rope to be rebalanced to defragment it.
The rope constructor does not respect the max leaf
size.
Obtaining a <rope-transpose> pointer from a given
index.
Walking the rope and collecting its leaves in a stream.