iterators
Implements the iterators and related utilities for efficient string operations.
Structs
-
CodepointsIter: Iterator over theCodepoints in a string slice, constructed byStringSlice.codepoints(). -
CodepointSliceIter: Iterator forStringSliceover substring slices containing a single Unicode codepoint.