#
curry
Function • Returns a curryable function that passes its arguments to the given function.
curry function → function
Arguments
| name | type | description |
|---|---|---|
| function | Any |
Returns
| name | type | description |
|---|---|---|
| function | Any |
Function • Returns a curryable function that passes its arguments to the given function.
curry function → function
Arguments
| name | type | description |
|---|---|---|
| function | Any |
Returns
| name | type | description |
|---|---|---|
| function | Any |