Module icu_segmenter::indices
source · Structs§
- Similar to
core::str::CharIndices
for Latin-1 strings, represented as[u8]
. - Similar to
core::str::CharIndices
for 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]
.