Expand description
Various iterators over non-empty strings.
Structs§
- Bytes
- Represents non-empty iterators over the bytes in non-empty strings.
- Char
Indices - 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.
- Encode
Utf16 - Represents non-empty iterators over the UTF-16 encoding of non-empty strings.
- Escape
Debug - Represents non-empty iterators over the debug-escaped characters in non-empty strings.
- Escape
Default - Represents non-empty iterators over the default-escaped characters in non-empty strings.
- Escape
Unicode - 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.
- Split
Ascii Whitespace - Represents iterators over the non-ASCII-whitespace non-empty substrings of non-empty strings.
- Split
Whitespace - Represents iterators over the non-whitespace non-empty substrings of non-empty strings.
Type Aliases§
- NonEmpty
StrFn - Represents functions mapping non-empty
strtoNonEmptyStr.