clear method

void clear()

Implementation

void clear() {
  if (this().isNotEmpty) mutate((it) => it.clear());
}