-
Notifications
You must be signed in to change notification settings - Fork 126
Add map
and map_with_key
Methods to Map
#2210
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
Closed
Closed
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
a9b3888
feat: add four new functions to HAMT and their tests
Asterless 09b6a99
fix(union_with): fix union_with for HAMT,now it can handle branch
Asterless 1b84483
feat(sparse_array): add intersection and difference methods
Asterless 0cdca5b
fix(HAMT): fix union_with, intersection, intersection_with and differ…
Asterless 44c0a79
feat(hashset): add intersection and difference methods to hashset
Asterless f80c9f2
commit other files
Asterless 7f2524c
feat: add four new functions to HAMT and their tests
Asterless fc71f34
fix(union_with): fix union_with for HAMT,now it can handle branch
Asterless 5adb5ce
feat(sparse_array): add intersection and difference methods
Asterless 8d06b82
fix(HAMT): fix union_with, intersection, intersection_with and differ…
Asterless eb6ef82
feat(hashset): add intersection and difference methods to hashset
Asterless 61ca5f0
Merge branch 'feature/20250522_HAMT' of github.com:Asterless/core int…
Asterless a0d7669
style: change the position of some function declarations
Asterless 29c51a5
fix: fix formatting of the code
Asterless 4b46d45
Merge pull request #1 from Asterless/feature/20250522_HAMT
Asterless 256557a
Merge branch 'main' of github.com:Asterless/core
Asterless dab49f5
feat: Update the function declarations of hash tables and sparse arrays
Asterless 5e13daf
WIP: save local changes
Asterless ab43a5d
Merge remote-tracking branch 'upstream/main'
Asterless dbc4d78
Merge branch 'main' of https://github.com/moonbitlang/core
Asterless 90c7df6
feat: add map, map_with_key, filter, fold, and partition methods to M…
Asterless fa1ea23
refactor: update Map methods to simplify type parameters and improve …
Asterless b4dea64
Merge branch 'moonbitlang:main' into feature/map-enhancement
Asterless ec62c38
refactor: remove unnecessary blank lines in various implementations
Asterless 3854e81
Refactor: moon info
Asterless f56e9c3
Merge https://github.com/moonbitlang/core
Asterless ece5ea6
Refactor: moon info
Asterless 0e0c008
Merge branch 'feature/map-enhancement' of https://github.com/Asterles…
Asterless 0c06668
Merge branch 'main' into feature/map-enhancement
Asterless b770156
Refactor: moon info
Asterless 6191749
Merge branch 'feature/map-enhancement' of https://github.com/Asterles…
Asterless 62d2892
Merge branch 'main' into feature/map-enhancement
Asterless 5503bd2
Merge branch 'main' into feature/map-enhancement
Asterless 6f8a2ea
Merge branch 'main' into feature/map-enhancement
Asterless 31efccd
fix(Map): Delete the unnecessary error polymorphism functions
Asterless da59fcb
fix(Map): Remove the redundant blank lines
Asterless File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.