Package: alexandria
Function curry
Lambda Listcurry (function &rest arguments) DetailsReturns a function that applies arguments and the arguments it is called with to function. Examples(funcall (curry #'+ 3) 5) => 8 | See also |
alexandria | API documentation |
Package: alexandria
Lambda Listcurry (function &rest arguments) DetailsReturns a function that applies arguments and the arguments it is called with to function. Examples(funcall (curry #'+ 3) 5) => 8 | See also |