Function find_reachable

Source
pub fn find_reachable(
    grid: &Grid,
    source: Vec<Coord>,
    opts: SearchOpts,
) -> ReachableResult