Structsยง
- Latin1
Indices - Similar to
core::str::CharIndicesfor Latin-1 strings, represented as[u8]. - Utf16
Indices - Similar to
core::str::CharIndicesfor UTF-16 strings, represented as[u16].
core::str::CharIndices for Latin-1 strings, represented as [u8].core::str::CharIndices for UTF-16 strings, represented as [u16].