f::cycle (public)

 f::cycle n xs

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

Example: f::cycle 4 {1 2 3} = {1 2 3 1 2 3 1 2 3 1 2 3}

Parameters:
n
xs
Returns:
concatenated list of n copies of xs

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

Testcases:
functional_api
[ show source ]
Show another procedure: