<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Intersperse on rustbites</title><link>https://www.rustbites.com/tags/intersperse/</link><description>Recent content in Intersperse on rustbites</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 11 Apr 2026 10:15:18 +0200</lastBuildDate><atom:link href="https://www.rustbites.com/tags/intersperse/index.xml" rel="self" type="application/rss+xml"/><item><title>70. Iterator::intersperse — Join Elements Without Collecting First</title><link>https://www.rustbites.com/posts/bite-070/</link><pubDate>Thu, 09 Apr 2026 09:00:00 +0100</pubDate><guid>https://www.rustbites.com/posts/bite-070/</guid><description>&lt;p&gt;Tired of collecting into a &lt;code&gt;Vec&lt;/code&gt; just to call &lt;code&gt;.join(&amp;quot;,&amp;quot;)&lt;/code&gt;? &lt;code&gt;intersperse&lt;/code&gt; inserts a separator between every pair of elements — lazily, right inside the iterator chain.&lt;/p&gt;</description></item></channel></rss>