Skip to main content

take

Function take 

Source
pub fn take<I: Input>(count: usize) -> impl FnMut(I) -> NomRes<I, I, (), !>