f::split_at (public)

 f::split_at n xs

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

Splits a list using take and drop. Usage: split_at n xs = (take n xs, drop n xs)

Parameters:
n (required)
xs (required)

Testcases:
functional_api
[ show source ]
Show another procedure: