<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><blockquote type="cite" class="">On Feb 6, 2016, at 6:26 PM, Charles Constant via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:<br class=""></blockquote><div><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><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"><span style="font-size:13px" class="">&nbsp;let dict = ["key" = "value"]&nbsp;</span></blockquote><div class=""><br class=""></div><div class="">I'm having buyer's remorse over supporting this. At first glance, it looks like it's overloading an assignment operator... to a string literal. I know that's not what's really going on under the hood, but on a surface level it just looks very ugly :(</div></div></div></blockquote><br class=""></div>If you think that's ugly, just imagine what it will look like to initialize an empty one.<div class=""><br class=""></div><div class="">let foo: [String = Int] = [=]</div><div class=""><br class=""></div><div class="">Charles</div><div class=""><br class=""></div></body></html>