<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"

	>
<channel>
	<title>
	Comments on: A brief introduction to type memory layout in Swift	</title>
	<atom:link href="https://wadetregaskis.com/a-brief-introduction-to-type-memory-layout-in-swift/feed/" rel="self" type="application/rss+xml" />
	<link>https://wadetregaskis.com/a-brief-introduction-to-type-memory-layout-in-swift/</link>
	<description></description>
	<lastBuildDate>Thu, 14 Mar 2024 19:43:59 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Wade Tregaskis		</title>
		<link>https://wadetregaskis.com/a-brief-introduction-to-type-memory-layout-in-swift/#comment-3572</link>

		<dc:creator><![CDATA[Wade Tregaskis]]></dc:creator>
		<pubDate>Thu, 14 Mar 2024 19:43:59 +0000</pubDate>
		<guid isPermaLink="false">https://wadetregaskis.com/?p=7803#comment-3572</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://wadetregaskis.com/a-brief-introduction-to-type-memory-layout-in-swift/#comment-3545&quot;&gt;Iggy Drougge&lt;/a&gt;.

Some cases, perhaps.  An &lt;code&gt;OptionSet&lt;/code&gt; is &lt;em&gt;somewhat&lt;/em&gt; like an array, although not completely - e.g. &lt;code&gt;OptionSet&lt;/code&gt; values can overlap (e.g. 0x1 &amp; 0x3).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://wadetregaskis.com/a-brief-introduction-to-type-memory-layout-in-swift/#comment-3545" data-wpel-link="internal">Iggy Drougge</a>.</p>
<p>Some cases, perhaps.  An <code>OptionSet</code> is <em>somewhat</em> like an array, although not completely &#8211; e.g. <code>OptionSet</code> values can overlap (e.g. 0x1 &#038; 0x3).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Iggy Drougge		</title>
		<link>https://wadetregaskis.com/a-brief-introduction-to-type-memory-layout-in-swift/#comment-3545</link>

		<dc:creator><![CDATA[Iggy Drougge]]></dc:creator>
		<pubDate>Fri, 08 Mar 2024 10:10:20 +0000</pubDate>
		<guid isPermaLink="false">https://wadetregaskis.com/?p=7803#comment-3545</guid>

					<description><![CDATA[An &lt;code&gt;OptionSet&lt;/code&gt; can be a useful replacement for &lt;code&gt;vector&lt;/code&gt; in many cases, can&#039;t it?]]></description>
			<content:encoded><![CDATA[<p>An <code>OptionSet</code> can be a useful replacement for <code>vector</code> in many cases, can&#8217;t it?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
