Skip to main content

take_while0

Function take_while0 

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