Function drop_n

Source
pub fn drop_n(s: &str, n: usize, f: impl Fn(char) -> bool) -> Result<&str>