<div dir="ltr">Did not know you could do that. Still doesn’t change the fundamental problems with that syntax though. I think that we could enforce a precondition that overrunning the left hand slice is not allowed, but idk if subscript notation is worth all that trouble.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 12, 2017 at 3:36 AM, Ole Begemann <span dir="ltr">&lt;<a href="mailto:ole@oleb.net" target="_blank">ole@oleb.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space"><br><div><blockquote type="cite"><span class=""><div>On 12. Oct 2017, at 01:17, Kelvin Ma via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:</div><br class="m_-8883199172066744911Apple-interchange-newline"></span><div><div dir="ltr" style="font-family:Helvetica;font-size:14px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div class="gmail_extra"><span class="">On Wed, Oct 11, 2017 at 6:06 PM, Nevin Brackett-Rozinsky <span dir="ltr">&lt;<a href="mailto:nevin.brackettrozinsky@gmail.com" target="_blank">nevin.<wbr>brackettrozinsky@gmail.com</a>&gt;</span> <wbr>wrote:<br></span><div class="gmail_quote"><span class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span>On Wednesday, October 11, 2017, Kelvin Ma via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr">Yes, a 0-ary operator like that would have to be hard baked into the language itself.</div><div dir="ltr"></div></blockquote><div><br></div></span><div>Actually, you can just make a subscript which takes a function as an argument, and call it by passing in the ellipsis operator.</div></blockquote><div><br></div></span><span class=""><div>I mean,,, you can,,, but that’s kind of weird<br></div></span></div></div></div></div></blockquote></div><br><div>That&#39;s exactly how the [...] notation is implemented in the stdlib. Toni Suter wrote a great article about it: <a href="https://tonisuter.com/blog/2017/08/unbounded-ranges-swift-4/" target="_blank">https://tonisuter.com/<wbr>blog/2017/08/unbounded-ranges-<wbr>swift-4/</a></div><div><br></div></div></blockquote></div><br></div>