clear method

void clear()

Clears the counting table.

Implementation

void clear() => _table.clear();