-
Notifications
You must be signed in to change notification settings - Fork 138
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
Introduce map
in Fixed/Variable sized Array types
#2737
Conversation
map
in Fixed/Variable sized Array types
Codecov Report
@@ Coverage Diff @@
## master #2737 +/- ##
==========================================
+ Coverage 79.15% 79.18% +0.03%
==========================================
Files 333 333
Lines 78379 78527 +148
==========================================
+ Hits 62037 62183 +146
+ Misses 14044 14043 -1
- Partials 2298 2301 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Co-authored-by: Bastian Müller <bastian@turbolent.com>
Co-authored-by: Bastian Müller <bastian@turbolent.com>
@turbolent @SupunS Addressed feedback. Should be ready to merge! |
Work towards #2605
Description
Introduce
map
function for creating a copy of an Array value with its entries transformed by a transformation function.This function would be unavailable to resource arrays. It can be enabled for resources as a reference in the future.
Will send docs PR post the merge.
master
branchFiles changed
in the Github PR explorer