Calls a defined callback function on each element of a list then returns individual elements also works with generators.
list of things
function to convert a thing to a list of something else
each individual mapped thing
Generated using TypeDoc
Calls a defined callback function on each element of a list then returns individual elements also works with generators.