pub fn take_n<I: Input>(input: &mut Pear<I>, n: usize) -> Result<I::Many, I>
Takes at most n tokens.
n