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

feat: Implement funk.Partition #167

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nguyenvantuan2391996
Copy link

Creates an array of elements split into two groups, the first of which contains elements predicate returns truthy for, the second of which contains elements predicate returns falsey for. The predicate is invoked with one argument: (value).

Reference Partition in Lodash: https://lodash.com/docs/4.17.15#partition

@nguyenvantuan2391996 nguyenvantuan2391996 force-pushed the feature/partition branch 2 times, most recently from 2133b93 to c570b99 Compare August 8, 2023 05:24
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.

None yet

1 participant