Module iter

Source
Expand description

Iterator implementations for NtUnicodeStr.

Structs§

Chars
An iterator over the UTF-16 decoded chars of NtUnicodeStr, which returns an error for unparsed surrogates.
CharsLossy
An iterator over the UTF-16 decoded chars of NtUnicodeStr, which automatically replaces unparsed surrogates by U+FFFD REPLACEMENT CHARACTER (�).