Enum.concat/2

defmodule Enum do
  def concat(left, right)
end

Concatenates the enumerable on the left with the enumerable on the right.