flatMap
flatMap<
A,B>(f): (data) => readonlyB[]
Defined in: Data/Arr.ts:493
Maps each element to an array and flattens the result.
Type Parameters
Section titled “Type Parameters”A
B
Parameters
Section titled “Parameters”(a) => readonly B[]
Returns
Section titled “Returns”(data) => readonly B[]