withIdentityEquals property

ISet<T> withIdentityEquals

Creates a set with identityEquals (compares the internals by identity).

Implementation

ISet<T> get withIdentityEquals =>
    config.isDeepEquals ? ISet._unsafe(_s, config: config.copyWith(isDeepEquals: false)) : this;