map
map<
A,B>(f): (data) => readonlyB[]
Defined in: Data/Arr.ts:122
Transforms each element of an array.
Type Parameters
Section titled “Type Parameters”A
B
Parameters
Section titled “Parameters”(a) => B
Returns
Section titled “Returns”(data) => readonly B[]