MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / iter

Method iter

rust/stringzilla.rs:1994–1996  ·  view source on GitHub ↗

Returns an iterator over UTF-8 characters.

(&self)

Source from the content-addressed store, hash-verified

1992
1993 /// Returns an iterator over UTF-8 characters.
1994 pub fn iter(&self) -> Utf8Chars<'a> {
1995 Utf8Chars::new(self.octets)
1996 }
1997}
1998
1999/// Iterator over UTF-8 characters using batched decoding.

Callers 14

build_stringzillaFunction · 0.80
build_stringzillasFunction · 0.80
computeMethod · 0.80
copy_bytes_into_tapeFunction · 0.80
copy_chars_into_tapeFunction · 0.80
large_batch_processingFunction · 0.80
try_replace_all_bytesetFunction · 0.80
hashFunction · 0.80

Calls

no outgoing calls

Tested by 5

large_batch_processingFunction · 0.64
intersection_defaultFunction · 0.64
intersection_by_customFunction · 0.64