pub fn parse(input: &str) -> (Grid<u8>, Point)
Uses the utility Grid class to parse a 2D array of ASCII characters.
Grid