defmodule Stream do def cycle(stream) end
Creates a stream that cycles through the given enumerable, infinitely.