<div dir="ltr">On Sat, 7 Oct 2017 07:48:08 +0100, <span dir="ltr"><<a href="mailto:swift-evolution-request@swift.org" target="_blank">swift-evolution-request@swift.org</a>></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() -> @discardable Bool { }<br>
<br>
Rather than:<br>
<br>
@discardableResult func() -> Bool { }<br></blockquote><div><br></div><div><br></div><div>i'd say:</div><div><br></div><div>func foo() -> 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 "discardable", that would be as explicit in<br>
intent as the word "discardable" 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>