[squeak-dev] set equality has changed :-(

Tobias Pape Das.Linux at gmx.de
Tue Apr 19 07:32:56 UTC 2016


On 19.04.2016, at 08:23, marcel.taeumel <Marcel.Taeumel at hpi.de> wrote:

> Hi Eliot,
> 
> try this: 
> (Set with: #module) includesAllOf: (IdentitySet with: #module).
> 
> This is "hasEqualElements:" for all kinds of collections.

But this is not reflexive, right?

(Set withAll: #(module moep)) includesAllOf: (IdentitySet with: #module)



> 
> Best,
> Marcel





More information about the Squeak-dev mailing list