Skip to main content

take_while1

Function take_while1 

Source
pub fn take_while1<F: FnMut(char) -> bool>(f: F) -> TakeWhile1<F>