Stream.cycle/1

defmodule Stream do
  def cycle(stream)
end

Creates a stream that cycles through the given enumerable, infinitely.