<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Apr 6, 2017 at 12:44 AM, Jonathan Hull via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">On that note: ‘containsOnly&#39; is still my favorite by a wide margin.  I know it is longer than ‘all’, but it’s behavior is much clearer (especially for those of us who have never used or heard of ‘all’ in other languages), and it’s relationship with ‘contains’ is also very clear.</div></blockquote></div><div class="gmail_extra"><br></div><div class="gmail_extra">Also +1 to containsOnly for this very reason.</div><div class="gmail_extra"><br></div><div class="gmail_extra">In other languages (Python, Ruby, etc) that have an `all` method, they also have an `any` method, thus maintaining certain consistency.</div><div class="gmail_extra"><br></div><div class="gmail_extra">In the Swift standard library that `any` method is called `contains`, so `containsOnly` matches nicely that consistency.</div><div class="gmail_extra"><br></div>-- </div><div class="gmail_extra">Víctor Pimentel
</div></div>