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 sort(), reduce(), some(), every() to Collection #442

Merged
merged 13 commits into from
Feb 10, 2019
Merged

Add sort(), reduce(), some(), every() to Collection #442

merged 13 commits into from
Feb 10, 2019

Conversation

eritbh
Copy link
Contributor

@eritbh eritbh commented Dec 17, 2018

Adds more array utility functions to the Collection class. Sort is done via Array.from(), while reduce(), some() and every() are written without creating a new array. @LJNeon wrote the reduce() implementation.

@abalabahaha abalabahaha merged commit ea44550 into abalabahaha:dev Feb 10, 2019
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

3 participants