<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 31, 2017, at 10:36 AM, Xiaodi Wu 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="">I totally sympathize with users being confused. It's an interesting idea to move it to Array only.<br class=""><br class="">The thing is, it does make sense (and wouldn't be confusing) to enumerate a dictionary or set. Moreover, the behavior is _exactly_ what it says on the tin: when you enumerate something in real life, there is no sense in which the number is related to some sort of index. Can we fix this by documentation? Like, a big blaring "don't use this when you want the index”?<br class=""></div></blockquote><div><br class=""></div><div>+1. &nbsp;A similar method on collection that provides indices might be useful but that doesn’t mean we should remove `enumerated`. &nbsp;User confusion should be addressed by documentation.</div><br class=""><blockquote type="cite" class=""><div class=""><div class="gmail_quote"><div dir="ltr" class="">On Tue, Jan 31, 2017 at 09:35 Ole Begemann via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 31/01/2017 16:19, Ole Begemann via swift-evolution wrote:<br class="gmail_msg">
&gt; Here are three previous discussion about this topic:<br class="gmail_msg">
&gt;<br class="gmail_msg">
&gt; 1) December 2015: [Idea] Add an (Index,&nbsp; &nbsp; Element) sequence to<br class="gmail_msg">
&gt; CollectionType<br class="gmail_msg">
&gt; <a href="https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151221/004561.html" rel="noreferrer" class="gmail_msg" target="_blank">https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151221/004561.html</a><br class="gmail_msg">
&gt; and<br class="gmail_msg">
&gt; <a href="https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151228/004626.html" rel="noreferrer" class="gmail_msg" target="_blank">https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151228/004626.html</a><br class="gmail_msg">
&gt;<br class="gmail_msg">
&gt;<br class="gmail_msg">
&gt; 2) April 2016: [Idea] Replace enumerate() with something more explicit<br class="gmail_msg">
&gt; <a href="https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160411/015074.html" rel="noreferrer" class="gmail_msg" target="_blank">https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160411/015074.html</a><br class="gmail_msg">
&gt;<br class="gmail_msg">
&gt;<br class="gmail_msg">
&gt; 3) September 2016: [Proposal draft] Introducing `indexed()`&nbsp; &nbsp; collections<br class="gmail_msg">
&gt; <a href="https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160926/027355.html" rel="noreferrer" class="gmail_msg" target="_blank">https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160926/027355.html</a><br class="gmail_msg">
<br class="gmail_msg">
To clarify, the discussions I linked to don't all propose to remove or<br class="gmail_msg">
replace `enumerated()`, but they all talk about the potential confusion<br class="gmail_msg">
about what `enumerated()` does and does not do.<br class="gmail_msg">
<br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
swift-evolution mailing list<br class="gmail_msg">
<a href="mailto:swift-evolution@swift.org" class="gmail_msg" target="_blank">swift-evolution@swift.org</a><br class="gmail_msg">
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" class="gmail_msg" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br class="gmail_msg">
</blockquote></div>
_______________________________________________<br class="">swift-evolution mailing list<br class=""><a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-evolution<br class=""></div></blockquote></div><br class=""></body></html>