HashSet.identity()

Creates an unordered identity-based set.

Effectively a shorthand for:

new HashSet(equals: identical, hashCode: identityHashCodeOf)