setEmpty method

void setEmpty()

Sets the status to empty.

Implementation

void setEmpty() {
  change(GetStatus<T>.empty());
}