clear method

void clear()
override

Implementation

void clear() {
  clearRange(0, _cells.length ~/ _cellSize);
}