free static method

bool free(
  1. String key
)

Implementation

static bool free(String key) {
  return _quicks.remove(key);
}