pub fn skip_any<I: Input>(input: &mut Pear<I>) -> Result<(), I>
Skips the current token unconditionally. Fails if there are no tokens.