<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 Jul 11, 2016, at 5:29 PM, Mark Lacey 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=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Jul 11, 2016, at 4:56 PM, Jacob Bandes-Storch &lt;<a href="mailto:jtbandes@gmail.com" class="">jtbandes@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Personally I think we should just remove these optional-taking variants of the comparison operators. Does anyone agree/disagree?</div></div></blockquote><div class=""><br class=""></div>I believe that a well-defined ordering of optionals and non-optionals is required in order to allow sorting an array of optionals.</div></div></div></blockquote><div><br class=""></div><div>Yes, I agree that this should work in principle. &nbsp;The problem with this argument (in Swift 3) is that Optional itself can’t conform to comparable, because that requires conditional conformances. &nbsp;You have to use the closure-taking form of sort, at which point, using a more verbose way to compare the optional isn’t completely terrible.</div><div><br class=""></div><div>-Chris</div><div><br class=""></div></div><br class=""></body></html>