A map that uses object identity instead of the == operator to test equality of keys. This map still uses the hash-code method on keys (see Map). There is no identity hash code operation on arbitrary classes in Toit.
A set that uses object identity instead of the == operator to test equality of elements. This set still uses the hash-code method on elements (see Set). There is no identity hash code operation on arbitrary classes in Toit.