<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Feb 11, 2016 at 12:54 PM, Jim Hillhouse via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div>The present participle of &#39;union&#39; is technically speaking, &#39;unioning&#39;. But it is not widely used. In fact, in both Pages and Word, &#39;unioning&#39; is flagged as a misspelling of &#39;union&#39;.<div></div></div></blockquote></div><div class="gmail_extra"><br></div>Outside of programming, &quot;union&quot; is a noun, not a verb, and &quot;unite&quot; is already a perfectly good verb that means &quot;create the union of&quot;.  So why not</div><div class="gmail_extra"><br></div><div class="gmail_extra">    func union(with other: Self) -&gt; Self</div><div class="gmail_extra">    func unite(with other: Self)</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>