Curries a function with partial application.
The function to curry
The initial arguments to pre-fill
A curried version of the function that expects the remaining arguments
Curries a function with partial application.