Grid<T>.empty constructor

Grid<T>.empty()

Creates an empty grid with no cells.

Implementation

factory Grid.empty() = ListGrid<T>.empty;