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

Implemented FromArray.skip #11

Merged
merged 2 commits into from
Apr 28, 2020
Merged

Implemented FromArray.skip #11

merged 2 commits into from
Apr 28, 2020

Conversation

amihaiemil
Copy link
Member

Fixes #6
Implemented and unit tested method skip(count) which ignores the first count elements of the stream. It also throws ArgumentError if count is negative of zero.

Added unit tests.

@amihaiemil
Copy link
Member Author

@rultor merge it please

@rultor
Copy link
Collaborator

rultor commented Apr 28, 2020

@rultor merge it please

@amihaiemil OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit a90e4b8 into master Apr 28, 2020
@rultor
Copy link
Collaborator

rultor commented Apr 28, 2020

@rultor merge it please

@amihaiemil Done! FYI, the full log is here (took me 2min)

@amihaiemil amihaiemil deleted the 6 branch April 28, 2020 13:40
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.

Implement skip(n) method
2 participants