[b] tmap(b(a) f, [a] xs, Int limit=0)
Usage
Returns the array created by appliction function f to every element of xs. 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.