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

The list:takeWhile function #29

Merged
merged 3 commits into from
Jul 30, 2021

Conversation

rakista112
Copy link
Contributor

It's a spin on the dropWhile. This takes elements instead of dropping.

This'll be nice for when you only need the first filtered parts of a sorted list.

@CLAassistant
Copy link

CLAassistant commented Jul 30, 2021

CLA assistant check
All committers have signed the CLA.

@rakista112 rakista112 force-pushed the feature/list-takeWhile branch from 45487d5 to 8cdf827 Compare July 30, 2021 07:23
@rakista112 rakista112 force-pushed the feature/list-takeWhile branch from 8cdf827 to ad60ef1 Compare July 30, 2021 07:27
@SuperFola SuperFola merged commit 1e08fc9 into ArkScript-lang:dev Jul 30, 2021
@rakista112 rakista112 deleted the feature/list-takeWhile branch July 30, 2021 07:32
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.

3 participants