[c] tzipWith(c(a, b) f, [a] xs, [b] ys, Int limit=0)
Usage
Returns the array created by appliction function f to every element of xs and ys. The applications are divided between a number of threads. f should not modify global state. The number of threads created can be limited with limit, the default being no limit.