Function string_to_array_inner

Source
fn string_to_array_inner<'a>(
    s: &'a str,
    sep: Option<&'a str>,
) -> impl Iterator<Item = &'a str>