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 more functional methods for array type to the library #2

Closed
ankurp opened this issue Jun 5, 2014 · 1 comment
Closed

Add more functional methods for array type to the library #2

ankurp opened this issue Jun 5, 2014 · 1 comment

Comments

@ankurp
Copy link
Owner

ankurp commented Jun 5, 2014

Adding following methods for array types. If they are implemented ignore:

compact
difference
drop → rest
findIndex
findLastIndex
first
flatten
head → first
indexOf
initial
intersection
last
lastIndexOf
object → zipObject
pull
range
remove
rest
sortedIndex
tail → rest
take → first
union
uniq
unique → uniq
unzip → zip
without
xor
zip
zipObject

@ankurp ankurp changed the title Add more methods to the library Add more functional methods to the library Jun 5, 2014
@ankurp ankurp changed the title Add more functional methods to the library Add more functional methods for array type to the library Jun 5, 2014
@ankurp
Copy link
Owner Author

ankurp commented Jun 7, 2014

Done

@ankurp ankurp closed this as completed Jun 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant