Enum.zip_reduce/4

defmodule Enum do
  def zip_reduce(left, right, acc, fun)
end

Reduces applying the function fun over two enumerables, halting as soon as any enumerable is empty.