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 (required)

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