Function take_n

Source
pub fn take_n<I: Input>(input: &mut Pear<I>, n: usize) -> Result<I::Many, I>
Expand description

Takes at most n tokens.