Skip to content
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

iterator/enumerate introduced #18

Merged
merged 4 commits into from
Jun 15, 2015

Conversation

nikhedonia
Copy link
Contributor

No description provided.

@jussi-kalliokoski jussi-kalliokoski added this to the 0.1.0 milestone Jun 14, 2015
* [1,2,3]::enumerate() // yields [0,1] , [1,2] , [2,3]
* ```
*/
export function * enumerate(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

export function * enumerate <iT> ( ;)

@jussi-kalliokoski
Copy link
Owner

Minor nitpicks aside, looks great!

@jussi-kalliokoski
Copy link
Owner

btw, I suggest creating a branch for each PR, making it easier for you to author multiple PRs at a time ;)

EDIT: nvm, I misread the branchspec of this PR

jussi-kalliokoski added a commit that referenced this pull request Jun 15, 2015
iterator/enumerate introduced
@jussi-kalliokoski jussi-kalliokoski merged commit 7a015d1 into jussi-kalliokoski:master Jun 15, 2015
@jussi-kalliokoski
Copy link
Owner

Awesome! 🎉 Thank you! ❤️

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

Successfully merging this pull request may close these issues.

None yet

2 participants