<div dir="ltr">+0.9 for changing Dict to use &quot;=&quot; for assignment instead of &quot;:&quot;<div><br></div><div>It&#39;s hard to unreservedly support. It would affect an awful lot of code. It would cause problems porting snippets from other languages. It will confuse programmers who come to Swift from other languages. It would attract the passionate and permanent wrath of a large portion of Swift programmers. And, to my eye, &quot;=&quot; is less well suited, visually, than &quot;:&quot; as a separator, if you&#39;re looking at a tree of data.  </div><div><div class="gmail_extra"><br></div></div><div class="gmail_extra">On the other hand, it&#39;s a lot Swift-er. It does seem odd, when you step back, to see the &quot;:&quot; used differently in a Dict than in a function argument or a ternary expression. If one were to get use to &quot;=&quot; being used consistently, I suspect anything else would seem backward. </div><div class="gmail_extra"><br></div><div class="gmail_extra">Consistency is important to me, and I would support the change.<br></div><div class="gmail_extra"><br></div></div>