stdlib
stdlib copied to clipboard
[RFC]: add `@stdlib/array/base/mskfilter-map`
Description
This RFC proposes adding the package @stdlib/array/base/mskfilter-map
.
The package should be structured similarly to @stdlib/array/base/mskfilter
.
The package should expose an API having the same signature as mskfilter
, with the addition of clbk
and thisArg
arguments.
function mskfilterMap( x, mask, clbk[, thisArg ] ) {...}
The callback function should map each selected value specified by mask
to the output value.
In short, this package combines mskfilter
and map
into a single API call.
Package: @stdlib/array/base/mskfilter-map
Alias: mskfilterMap
Related Issues
Related issues #1321 .
Questions
No.
Other
No.
Checklist
- [X] I have read and understood the Code of Conduct.
- [X] Searched for existing issues and pull requests.
- [X] The issue name begins with
RFC:
.
@kgryte I want to work on this.
Thank you for volunteering to work on this @kanhaiya04. Please feel free to submit a PR implementing this feature.
sir this issue has been assigned to someone but he has not yet resolved the issue. So can I work on that issue
@Rejoan-Sardar I'm working on it.
@Rejoan-Sardar I suggest finding another issue to work on for the time being.
Can I work on this issue, as this issue is not assign to anyone currently?
@AuenKr Yes, go for it. Thanks!