Skip to main content

take_while0

Function take_while0 

Source
pub fn take_while0<F: FnMut(char) -> bool>(f: F) -> TakeWhile0<F>