[][src]Function quixutils::iter::split_with_delimiter

pub fn split_with_delimiter(s: &str, c: char) -> impl Iterator<Item = &str>

Like split, but includes the delimiter