remove<T> method

void remove<T>()

Implementation

void remove<T>() {
  put<T?>(null);
}