Skip to main content

drop_while

Function drop_while 

Source
pub fn drop_while<A, P: Fn(&A) -> bool>(v: Vec<A>, pred: P) -> Vec<A>
Expand description

Drop while predicate holds.