Function style::str::read_exponent

source ·
pub fn read_exponent<I: Iterator<Item = char>>(iter: Peekable<I>) -> Option<i32>
Expand description

Reads an exponent from an iterator over chars, for example e100.