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

Add drop(n) #11

Closed
caolan opened this issue Feb 16, 2014 · 1 comment · Fixed by #244
Closed

Add drop(n) #11

caolan opened this issue Feb 16, 2014 · 1 comment · Fixed by #244
Labels

Comments

@caolan
Copy link
Owner

caolan commented Feb 16, 2014

Like take(n), only instead of returning the first n values, it ignores the first n values and emits the rest.

@lewiscowper
Copy link
Contributor

I'm going to have a crack at this one too.

alexbeletsky added a commit to alexbeletsky/highland that referenced this issue May 4, 2014
alexbeletsky added a commit to alexbeletsky/highland that referenced this issue May 4, 2014
alexbeletsky added a commit to alexbeletsky/highland that referenced this issue Nov 24, 2014
svozza pushed a commit to svozza/highland that referenced this issue Mar 3, 2015
@vqvu vqvu closed this as completed in #244 Mar 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants