feat(mutable): adding Map, MapI, Filter, FilterI#577
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #577 +/- ##
==========================================
+ Coverage 94.31% 94.35% +0.04%
==========================================
Files 18 18
Lines 3200 3224 +24
==========================================
+ Hits 3018 3042 +24
Misses 170 170
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closed
|
I am happy because I have planned to implement zero allocation version. I found this PR before I make a PR. :) When do you plan to merge or continue? Numichi@14b1d6a |
oswaldom-code
pushed a commit
to oswaldom-code/lo
that referenced
this pull request
Apr 28, 2025
* feat(mutable): adding Map, MapI, Filter, FilterI * Update README.md * doc: add doc and examples for lom.Filter * oops
oswaldom-code
pushed a commit
to oswaldom-code/lo
that referenced
this pull request
Sep 1, 2025
* feat(mutable): adding Map, MapI, Filter, FilterI * Update README.md * doc: add doc and examples for lom.Filter * oops
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adding some basic methods to
mutablesub-package.This PR introduces a new standard i would like to bring to this repo:
index intindex intI don't plan to make a breaking change to the main
lopackage in the short term.