Function style::str::read_numbers

source ·
pub fn read_numbers<I: Iterator<Item = char>>(
    iter: Peekable<I>
) -> (Option<i64>, usize)
Expand description

Read a set of ascii digits and read them into a number.