<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Thanks for pointing this out!<br><br>Sent from my iPhone</div><div><br>On Mar 7, 2016, at 10:11 AM, Pyry Jahkola &lt;<a href="mailto:pyry.jahkola@iki.fi">pyry.jahkola@iki.fi</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><meta http-equiv="Content-Type" content="text/html charset=utf-8"><br class=""><div><blockquote type="cite" class=""><div class="">On 07 Mar 2016, at 10:57, Paul Ossenbruggen via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><span class="" style="font-family: Menlo; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; color: rgb(187, 44, 162);">for</span><span style="font-family: Menlo; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><span class="Apple-converted-space">&nbsp;</span>i<span class="Apple-converted-space">&nbsp;</span></span><span class="" style="font-family: Menlo; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; color: rgb(187, 44, 162);">in</span><span style="font-family: Menlo; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><span class="Apple-converted-space">&nbsp;</span></span><span class="" style="font-family: Menlo; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; color: rgb(39, 42, 216);">0</span><span style="font-family: Menlo; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">..&lt;</span><span class="" style="font-family: Menlo; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; color: rgb(79, 129, 135);">codons</span><span style="font-family: Menlo; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">.</span><span class="" style="font-family: Menlo; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; color: rgb(112, 61, 170);">count</span><span style="font-family: Menlo; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><span class="Apple-converted-space">&nbsp;</span>{&nbsp;</span><span class="" style="font-family: Menlo; color: rgb(79, 129, 135);">codons</span><span class="" style="font-family: Menlo; float: none; display: inline !important;">[</span><span style="font-family: Menlo;" class="">i</span><span class="" style="font-family: Menlo; float: none; display: inline !important;">] = ...</span><span style="font-family: Menlo;" class="">&nbsp;}</span></div></blockquote></div><br class=""><div class="">I don't disagree, but quick reminder: you might want to use `<span style="color: rgb(112, 61, 170); font-family: Menlo;" class="">indices</span>` instead of `<span style="font-family: Menlo;" class="">..&lt;</span>`:</div><div class=""><br class=""></div><div class=""><span class="" style="font-family: Menlo; color: rgb(187, 44, 162);">for</span><span class="" style="font-family: Menlo; float: none; display: inline !important;">&nbsp;i&nbsp;</span><span class="" style="font-family: Menlo; color: rgb(187, 44, 162);">in</span><span class="" style="font-family: Menlo; float: none; display: inline !important;">&nbsp;</span><span class="" style="font-family: Menlo; color: rgb(79, 129, 135);">codons</span><span class="" style="font-family: Menlo; float: none; display: inline !important;">.</span><span class="" style="font-family: Menlo; color: rgb(112, 61, 170);">indices</span><span class="" style="font-family: Menlo; float: none; display: inline !important;">&nbsp;{<span class="" style="float: none; display: inline !important;">&nbsp;</span><span class="" style="color: rgb(79, 129, 135);">codons</span><span class="" style="float: none; display: inline !important;">[</span>i<span class="" style="float: none; display: inline !important;">] = ...</span>&nbsp;}</span></div><div class=""><br class=""></div><div class=""><span class="" style="font-family: Menlo; float: none; display: inline !important;"><span style="font-family: Helvetica;" class="">— Pyry</span></span></div></div></blockquote></body></html>