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

Method sz_splits

rust/stringzilla.rs:3385–3387  ·  view source on GitHub ↗
(&'a self, needle: &'a N)

Source from the content-addressed store, hash-verified

3383 }
3384
3385 fn sz_splits(&'a self, needle: &'a N) -> RangeSplits<'a> {
3386 RangeSplits::new(self.as_ref(), MatcherType::Find(needle.as_ref()))
3387 }
3388
3389 fn sz_rsplits(&'a self, needle: &'a N) -> RangeRSplits<'a> {
3390 RangeRSplits::new(self.as_ref(), MatcherType::RFind(needle.as_ref()))

Callers 3

iter_splits_forwardFunction · 0.80

Calls

no outgoing calls

Tested by 3

iter_splits_forwardFunction · 0.64