clear method

void clear()

As Set.clear.

Implementation

void clear() {
  _safeSet.clear();
}