Maps the input iterator to a new value R and flattens any resulting iterables or iterators by a depth of 1.
Behaves the same as Array.prototype.flatMap.
Maps the input iterator to a new value R and flattens any resulting iterables or iterators by a depth of 1.
Behaves the same as Array.prototype.flatMap.
Maps the input iterator to a new value
Rand flattens any resulting iterables or iterators by a depth of 1. Behaves the same asArray.prototype.flatMap.