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 ary function which ignores arguments over the supplied number #215

Merged
merged 4 commits into from
Jun 9, 2020

Commits on May 26, 2020

  1. Add ary, a function which ignores arguments over the supplied number

    Added function which defines a function of an arbitry number of arguments and
    calls the provided callable with only the given number of arguments
    
    As suggested by @lstrojny, using the name `ary`, like in https://lodash.com/docs/4.17.15#ary
    someonewithpc committed May 26, 2020
    Configuration menu
    Copy the full SHA
    a8d689c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d06352 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    c9266f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Configuration menu
    Copy the full SHA
    12494f7 View commit details
    Browse the repository at this point in the history