Skip to main content

rmatch_indices

Function rmatch_indices 

Source
pub fn rmatch_indices<H, P>(
    haystack: H,
    needle: P,
) -> RMatchIndices<H, P::Searcher> 
where H: Haystack, P: Needle<H>, P::Searcher: ReverseSearcher<H::Target>, H::Target: Hay,