Skip to main content

drop_while

Function drop_while 

Source
pub fn drop_while<T, P>(vec: &mut Vec<T>, pred: P)
where P: Fn(&T) -> bool,