consume_any_ident

Function consume_any_ident 

Source
pub(crate) fn consume_any_ident(
    idents: &[&str],
    chars: &mut Peekable<IntoIter>,
) -> Result<Span, Error>