Interface CoordsValuePair<T>

interface CoordsValuePair<T> {
    coords: CellCoords;
    value: T;
}

Type Parameters

  • T

Properties

Properties

coords: CellCoords

The Coords of the value

value: T

The value at the address