Stream.intersperse/2

defmodule Stream do
  def intersperse(stream, elem)
end

Lazily intersperses elem between each element of the stream.