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

Added partitionInto #2229

Closed
wants to merge 1 commit into from
Closed

Added partitionInto #2229

wants to merge 1 commit into from

Conversation

santosh79
Copy link

  • partitionInto add's the ability to break a list into a set of smaller
    lists containing a certain number of elements
  • A great example of this behavior is clojure's
    partition

- partitionInto add's the ability to break a list into a set of smaller
lists containing a certain number of elements
- A great example of this behavior is [clojure's
  partition](https://clojuredocs.org/clojure.core/partition)
@michaelficarra
Copy link
Collaborator

Have you searched for any previous issues that proposed this same feature?

@megawac
Copy link
Collaborator

megawac commented Jul 7, 2015

Duplicate of #1919?

@santosh79
Copy link
Author

Yes, this does look like a duplicate of #1919. Should I delete the pull request?

@jridgewell
Copy link
Collaborator

Yah, closing in favor of #1919. Thank you for submitting a PR, though!

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

4 participants