<div dir="ltr">I agree with Adrian here – the problem IMO is the fact that you can do `x &lt; 5` <i>at all</i> if x is optional.<div><br></div><div>Allowing programmers to do `x? &lt; 5` still doesn&#39;t make clear what the actual result of the operation will be if x is nil. In fact, I would actually <i>expect</i> the result of the operation to be a Bool?, not a Bool which is always false if x is nil.<br clear="all"><div><br></div>-- <br><div class="gmail_signature">Tyler Mandry</div>
</div></div>