Home
last modified time | relevance | path

Searched defs:MatchIndices (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/rayon/src/
Dstr.rs956 pub struct MatchIndices<'ch, P: Pattern> { struct
967 impl<'ch, P: Pattern> ParallelIterator for MatchIndices<'ch, P> { implementation