Module iter

Module iter 

Source
Expand description

Various iterators over non-empty strings.

Structs§

Bytes
Represents non-empty iterators over the bytes in non-empty strings.
CharIndices
Represents non-empty iterators over the characters and their positions in non-empty strings.
Chars
Represents non-empty iterators over the characters in non-empty strings.
EncodeUtf16
Represents non-empty iterators over the UTF-16 encoding of non-empty strings.
EscapeDebug
Represents non-empty iterators over the debug-escaped characters in non-empty strings.
EscapeDefault
Represents non-empty iterators over the default-escaped characters in non-empty strings.
EscapeUnicode
Represents non-empty iterators over the Unicode-escaped characters in non-empty strings.
Lines
Represents non-empty iterators over the lines in non-empty strings.
SplitAsciiWhitespace
Represents iterators over the non-ASCII-whitespace non-empty substrings of non-empty strings.
SplitWhitespace
Represents iterators over the non-whitespace non-empty substrings of non-empty strings.

Type Aliases§

NonEmptyStrFn
Represents functions mapping non-empty str to NonEmptyStr.