Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does KTypeVTypeMap.indexRemove(int index) miss? #22

Closed
bruno-roustant opened this issue Jun 2, 2021 · 1 comment · Fixed by #24
Closed

Does KTypeVTypeMap.indexRemove(int index) miss? #22

bruno-roustant opened this issue Jun 2, 2021 · 1 comment · Fixed by #24

Comments

@bruno-roustant
Copy link
Collaborator

It is possible to get the index of a key with indexOf(key), and then to get/replace/insert. But it's not possible to delete based on the index (for example based of the associated value).

@dweiss
Copy link
Member

dweiss commented Jun 2, 2021

I think it's an API omission. Apparently never had the need to remove stuff...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants