Type Alias CellAccessor<V>

CellAccessor<V>: ((cell: Cell, wrap: BoundsLogic) => V | undefined)

A function that returns a value (or undefined) based on a cell

Implementations:

  • access1dArray: For accessing a single-dimension array as a grid

Type Parameters

  • V