Returns the new flattened array.
Creates a flattened array of values by running each element in collection
thru iteratee
and flattening the mapped results. The iteratee is invoked
with three arguments: (value, index|key, collection).
Returns the new flattened array.
Creates a flattened array of values by running each element in
collection
thruiteratee
and flattening the mapped results. The iteratee is invoked with three arguments: (value, index|key, collection).