A type of array elements.
A type of converted elements.
A source array-like instance.
A function that produces an element of new iterable, taking array element as the only parameter.
New push iterable of transformed elements.
Generated using TypeDoc
Creates a push iterable with the results of calling a provided function on every element of the given
array
.