<div dir="ltr">Like Adam said, this make much more sense than &quot;classprivate./typeprivate&quot;...<div><br></div><div>+1 for me.<br></div><div><br></div><div>You just create another &#39;bucket&#39;! ;)</div><div><br><div class="gmail_quote"><div dir="ltr">Em ter, 31 de out de 2017 às 08:19, Mike Kluev via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; escreveu:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">On 31 October 2017 at 06:57, Goffredo Marocchi <span dir="ltr">&lt;<a href="mailto:panajev@gmail.com" target="_blank">panajev@gmail.com</a>&gt;</span> wrote:<br></div><div dir="ltr"><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">I like the IB use case :).<br>
<br></blockquote><div><br></div></div></div></div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>my favourite one would probably be continuations used for protocol adoption - no longer the trip to the main class needed to add a variable:</div><div><br></div><div>continuation DataSource of MyViewController: UITableViewDataSource {</div><div><br></div><div>    private var variable: Bool // ***</div><div><br></div><div>    override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -&gt; UITableViewCell {</div><div>        ...</div><div>    }</div><div>}</div><div><br></div></div></div></div>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
</blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br></blockquote></div></div></div>