fn parse_coord(
    iter: &mut Peekable<Cloned<Iter<'_, u8>>>
) -> Result<CoordPair, ()>
Expand description

Parse a pair of numbers into CoordPair.