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 (required)
xs (required)
Returns:
list

Testcases:
functional_api
[ show source ]
Show another procedure: