Calls a defined callback function on each element of a list.
ts.forEach(map) Copy
ts.forEach(map)
But also works with generators.
list of things
function to do something with a thing
Generated using TypeDoc
Calls a defined callback function on each element of a list.
But also works with generators.