-
-
Notifications
You must be signed in to change notification settings - Fork 472
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
[RFC]: add @stdlib/iter/cuany-by
#2335
Comments
Hii, I would like to start my open source contribution by solving this issue. Can anyone assign me to it? |
@pra2107tham Thanks for volunteering to work on this. Please feel free to submit a PR implementing this feature. |
Can you please tell me step by step way of solving this issue. i am not getting on how to do it? |
@pra2107tham I suggest copying the package |
Where is the predicate function in the code? i am not able to find it? |
There isn't a predicate function in |
I have made a PR, can you please check it up, all the test cases passes. Waiting for your approval |
Sir idk which errors r coming as lint, I dont have any idea, can you please help me? |
Hey @kgryte can i solve this issue since it is not solved for long time |
Description
This RFC proposes adding the package
@stdlib/iter/cuany-by
, which cumulatively tests whether at least one iterated value passes a test implemented by a predicate function. The returned iterator should be a transform iterator, continuing to iterate while source iterator values are available.The
predicate
function should be provided two arguments:Related Issues
No.
Questions
No.
Other
@stdlib/iter/any-by
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: