delete<T> static method

void delete<T>()

Removes instance of type T, if exists

Implementation

static void delete<T>() {
  _hashStore.remove(T.toString());
}