pub fn assert_token<'a>(k: TokenKind) -> impl FnMut(I<'a>) -> IResult<I<'a>, ()>
Expect the next token to have the token kind k.
k