fn parse_coord( iter: &mut Peekable<Cloned<Iter<'_, u8>>>, ) -> Result<CoordPair, ()>
Parse a pair of numbers into CoordPair.