Structs§
- Iterator over the individual characters in a rope (or rope slice).
- A content iterator iterates over the strings in the rope
- Iterate over a sub-range of the rope.
- Iterator over the substrings in some content. This is just a hand-written .map(|s, len| s) iterator to make it possible to embed a jumprope iterator inside another iterator.