Peter Seliger
Aug 20, 2024

Even more plausible and performant if it comes to large amount of data and highly repetitive checks/lookups are `Set::has` for the existence check (replacing `Array::includes`) and `Map::get` for the key-value lookup (replacing the bracket operator in `object[key]`).

Responses (1)