Skip to main content

take_while1

Function take_while1 

Source
pub fn take_while1<I: Input, F: FnMut(I::Token) -> bool>(
    f: F,
) -> TakeWhile1<F, I>