pub fn read_usize(s: &mut &str) -> PResult<usize>
Expand description

Parse a line containing an unsigned integer number.