Skip to content

Add iterators module #2777

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

Closed
wants to merge 1 commit into from
Closed

Conversation

marler8997
Copy link
Contributor

@marler8997 marler8997 commented Jun 27, 2019

Add 2 new public functions and an iterators module.

argsIterator, returns an iterator that loops through its arguments

chain, accepts sub-iterators and loops through them all as if they were a single iterator

I've closed it temporarily since the current design means it depends on #2782. I figure that by closing this one, it will de-clutter the PullRequest list as that one should be decided before this one.

@marler8997 marler8997 force-pushed the iterators branch 2 times, most recently from 312cf59 to eddb2df Compare June 27, 2019 23:18
@marler8997
Copy link
Contributor Author

Closing until the fate of this PR is decided: #2782

@marler8997 marler8997 closed this Jun 28, 2019
@emekoi
Copy link
Contributor

emekoi commented Jun 28, 2019

small note: none of your functions are public

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants