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

Each of keys() and values() both return the whole rangeMap, meaning keys AND values #134

Open
RemKamal opened this issue Dec 18, 2020 · 1 comment
Labels

Comments

@RemKamal
Copy link

Hello all,
it was a bit counterintuitive, expected to get only keys for keys() method, meaning ranges, and values for values(), but instead both methods return the whole RangeMapKeysView.
Cheers,
RemKamal

@mlenzen
Copy link
Owner

mlenzen commented Feb 8, 2021

Hi @RemKamal , what version are you using and can you post a code example? You should get a RangeMapKeysView and a RangeMapValuesView

@mlenzen mlenzen added the bug label Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants