split

Function split 

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