<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Dec 22, 2015 at 12:33 AM, Zef Houssney via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":1q7" class="a3s" style="overflow:hidden">I agree with Stephen Celis that the best names for this (yet) are definitely `cases` and optionally `rawValues` if the cases are RawRepresentable.<br></div></blockquote></div><br>That makes me want to say `for case in SomeEnum.cases { ... }`, which is a syntax error, as opposed to `for value in SomeEnum.values { ... }`, which is legal.</div><div class="gmail_extra"><br></div></div>