[RFC]: Add @stdlib/iter/do-while-each
#808
Labels
Accepted
RFC feature request which has been accepted.
difficulty: 2
May require some initial design or R&D, but should be straightforward to resolve and/or implement.
Feature
Issue or pull request for adding a new feature.
Good First Issue
A good first issue for new contributors!
JavaScript
Issue involves or relates to JavaScript.
priority: Low
Low priority concern or feature request.
RFC
Request for comments. Feature requests and proposed changes.
Utilities
Issue or pull request concerning general utilities.
Description
This RFC proposes adding an iterator utility to invoke a function for each iterated value until a predicate function returns
false
.This is the iterator equivalent of
@stdlib/utils/do-while-each
.Package:
@stdlib/iter/do-while-each
Alias:
iterDoWhileEach
Related Issues
None.
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: