Stream.intersperse/2

defmodule Stream do
  def intersperse(enumerable, elem)
end

Lazily intersperses elem between each element of the stream.