f::cons (public)

 f::cons x xs

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

Inserts x at the front of the list xs.

Parameters:
x
xs
Returns:
list

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

Testcases:
functional_api
[ show source ]
Show another procedure: