consume_punct

Function consume_punct 

Source
pub(crate) fn consume_punct(
    c: char,
    chars: &mut Peekable<IntoIter>,
) -> Result<Span, Error>