Call a function with a specified number of leading arguments forced before the call if the function is a closure.
forceAndCall(n, FUN, ...)
| Parameter | Description |
|---|---|
n |
number of leading arguments to force. |
FUN |
function to call. |
… |
arguments to FUN. |