clear method

void clear()

Clears the entire index.

Implementation

void clear() {
  _items.clear();
  _buckets.clear();
}