operator [] method

Cell operator [](
  1. int index
)

Implementation

Cell operator [](int index) => Cell(cells[index]);