zip_with

EveAndersson.com : API Browser : zip_with

zip_with

zip_with f xs ys
Defined in tcl/ad-functional.tcl

takes two lists {x1 x2 x3 ...} and {y1 y2 y3 ...} and returns the list {(f x1 y1) (f x2 y2) (f x3 y3) ...

Parameters:
f
xs
ys
[ show source ]

Show another procedure:

eve@eveandersson.com