Type Alias GridReadable<T>

GridReadable<T>: Grid & {
    get: GridCellAccessor<T>;
}

Shape of a grid and a function to read values from it, based on cell location.

These functions create a GridReadable:

Type Parameters

  • T