Stream.concat/1

defmodule Stream do
  def concat(enumerables)
end

Creates a stream that enumerates each enumerable in enumerables.