Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Bug: delete does not do anything #2

Closed
PythonCoderAS opened this issue Dec 18, 2021 · 1 comment · Fixed by #3
Closed

Bug: delete does not do anything #2

PythonCoderAS opened this issue Dec 18, 2021 · 1 comment · Fixed by #3
Assignees
Labels
bug Something isn't working

Comments

@PythonCoderAS
Copy link
Owner

Deleting items does not actually delete them.

Suspect lines:

delete(key: K): boolean {
return false;
}

@PythonCoderAS PythonCoderAS added the bug Something isn't working label Dec 18, 2021
@github-actions
Copy link
Contributor

Welcome to the array-string-map repository! Thank you for reporting a bug to us, and I hope you continue to do so in the future.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant