indices.rs |
|
3721 |
lib.rs |
Provides iteration by `char` over `&[u16]` containing potentially-invalid
UTF-16 such that errors are replaced with the REPLACEMENT CHARACTER.
The trait `Utf16CharsEx` provides the convenience method `chars()` on
byte slices themselves instead of having to use the more verbose
`Utf16Chars::new(slice)`. |
7536 |
report.rs |
|
8288 |