isSafeCellIndex function
Whether the given absolute index into kPathCells is a safe cell.
Implementation
bool isSafeCellIndex(int globalIndex) => kSafeIndices.contains(globalIndex);
Whether the given absolute index into kPathCells is a safe cell.
bool isSafeCellIndex(int globalIndex) => kSafeIndices.contains(globalIndex);