curry f [ args... ]
Defined in tcl/ad-functional.tclConverts a function that takes one tuple as an argument into a function that takes a series of single arguments. Parameters: f
Converts a function that takes one tuple as an argument into a function that takes a series of single arguments.