Function consume_numeric_prefix

Source
fn consume_numeric_prefix<I: Iterator<Item = char>>(
    it: &mut Peekable<I>,
) -> String