clear method

void clear()

Removes all pairs from the map.

Implementation

void clear() {
  _objects = Expando<Object>();
  _primitives.clear();
}