clear method

void clear()

Clear all context.

Implementation

void clear() {
  _items.clear();
  _usedTokens = 0;
}