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

deep union es6 Maps #4

Open
a-x- opened this issue Nov 25, 2017 · 0 comments
Open

deep union es6 Maps #4

a-x- opened this issue Nov 25, 2017 · 0 comments

Comments

@a-x-
Copy link
Owner

a-x- commented Nov 25, 2017

New native Map has all you need:

  • preserve order
  • O(1) access
  • iterable

shallow union is dead simple: new Map([...m1, ...m2])

deep union is a possible task for the collection-deep-merge library

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