Function pattern_3::ext::split

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