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

SortedDict missing mergewith #827

Open
StephenVavasis opened this issue Sep 14, 2022 · 0 comments
Open

SortedDict missing mergewith #827

StephenVavasis opened this issue Sep 14, 2022 · 0 comments

Comments

@StephenVavasis
Copy link
Contributor

StephenVavasis commented Sep 14, 2022

SortedDict currently does not implement the Base functions mergewith and mergewith!. So mergewith of two SortedDicts treats them both as AbstractDict and returns a Dict instead of a SortedDict.

Additional missing methods from Base.

  1. map!(f, values(s::SortedDict))
  2. first(a,n) and last(a,n) where a is a sorted container and n is an integer.
  3. filter for SortedDict and SortedMultiDict
  4. 'pairs' for SortedDict and SortedMultiDict
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

No branches or pull requests

1 participant