<div dir="ltr">On Sat, 7 Oct 2017 07:48:08 +0100,  <span dir="ltr">&lt;<a href="mailto:swift-evolution-request@swift.org" target="_blank">swift-evolution-request@swift.org</a>&gt;</span> wrote:<div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
So it would be:<br>
<br>
func() -&gt; @discardable Bool { }<br>
<br>
Rather than:<br>
<br>
@discardableResult func() -&gt; Bool { }<br></blockquote><div><br></div><div><br></div><div>i&#39;d say:</div><div><br></div><div>func foo() -&gt; discardable Bool {</div><div>    ...</div><div>}</div><div><br></div><div>if we were starting from scratch</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
It could be even better if someone could perhaps find a shorter word that<br>
is a synonym for the word &quot;discardable&quot;, that would be as explicit in<br>
intent as the word &quot;discardable&quot; is in such context, yet be written with<br>
fewer characters.<br></blockquote><div><br></div><div> Mike</div><div><br></div></div></div></div>