Returns a Stream that merges elements from both iterables by taking one element from each, passing them to the function, and yielding the result.
Returns a Stream that merges elements from both iterables by taking one element from each, passing them to the function, and yielding the result.