[][src]Function py_pathfinding::algorithms::jps::read_grid_from_file

pub fn read_grid_from_file(
    path: String
) -> Result<(Array2<u8>, u32, u32), Error>

A helper function to read the grid from file