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

Dict: add forEach, forEachWithKey, mapValues #181

Merged
merged 3 commits into from
Feb 14, 2024

Conversation

Minnozz
Copy link
Contributor

@Minnozz Minnozz commented Jan 19, 2024

Fixes #179

@Minnozz Minnozz mentioned this pull request Jan 19, 2024
@Minnozz Minnozz force-pushed the dict-map branch 2 times, most recently from 30f2f01 to fe96ce5 Compare January 19, 2024 12:29
@Minnozz Minnozz changed the title Dict: add getUnsafe, forEach, forEachWithKey, mapValues Dict: add forEach, forEachWithKey, mapValues Jan 19, 2024
@Minnozz
Copy link
Contributor Author

Minnozz commented Jan 19, 2024

Oops, my fork's main branch was very far behind. Fixed now.

@zth
Copy link
Collaborator

zth commented Feb 14, 2024

@Minnozz mind adding an entry to the changelog?

@Minnozz
Copy link
Contributor Author

Minnozz commented Feb 14, 2024

@zth Done.

@zth zth merged commit 502f0b0 into rescript-lang:main Feb 14, 2024
5 checks passed
illusionalsagacity pushed a commit to illusionalsagacity/rescript-core that referenced this pull request Jun 19, 2024
* Add Dict.forEach and Dict.forEachWithKey

* Add Dict.mapValues

* Update CHANGELOG
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 this pull request may close these issues.

Add Dict.map
3 participants