This method is like _.partial except that partial arguments are appended to those provided to the new function.
The function to partially apply arguments to.
Arguments to be partially applied.
The new partially applied function.
This method is like _.partial except that partial arguments are appended to those provided to the new function.