pub(super) fn lex<const VERSION: u8>( input: &[u8], proc_span: Span, ) -> Lexed<impl Iterator<Item = Result<Token<'_>, Error>>> ⓘ