Function take

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