Skip to main content

take_while0

Function take_while0 

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