Type Alias CellWithValue<V>

CellWithValue<V>: readonly [cell: Cell, value: V | undefined]

Type Parameters

  • V