rsplit

Function rsplit 

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