Libraries anvil runtime Function curry

Function curry(object parameters...)
Creates a new function handle that, when called , will automatically insert all parameters given here before the actual parameters given at call site. Consequtive curries cumulate.