This repository was archived by the owner on Sep 16, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork0
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Bug: delete does not do anything #2
Closed
Description
Deleting items does not actually delete them.
Suspect lines:
array-string-map/arrayStringMap.ts
Lines 37 to 39 in8eeabfe
| delete(key:K):boolean{ | |
| returnfalse; | |
| } |