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 explanation API #21

Open
wnghdcjfe opened this issue Nov 6, 2019 · 1 comment
Open

Add explanation API #21

wnghdcjfe opened this issue Nov 6, 2019 · 1 comment

Comments

@wnghdcjfe
Copy link

These parts are missing from the API and there is a lack of explanation in common.

  • sel ~ unionBy
  • unzip ~ some
  • Concurrency
  • Lazy(except L.filter)
@Einere
Copy link

Einere commented Aug 10, 2021

drop method need to modify.
drop method must receive one argument(l).
so example code modified like below

dropRight(0, [1, 2, 3, 4]);
// [1, 2, 3, 4]
dropRight(1, [1, 2, 3, 4]);
// [1, 2, 3]

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

No branches or pull requests

2 participants