f::curry (public)

 f::curry f [ args... ]

Defined in packages/acs-tcl/tcl/ad-functional-procs.tcl

Converts a function that takes one tuple as an argument into a function that takes a series of single arguments.

Parameters:
f

Partial Call Graph (max 5 caller/called nodes):
%3 test_functional_api functional_api (test acs-tcl) f::curry f::curry test_functional_api->f::curry

Testcases:
functional_api
Source code:
    uplevel [list $f $args]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: