Skip to main content

take_while1

Function take_while1 

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