unlock property

Set<T> unlock

Unlocks the set, returning a regular (mutable, ordered) Set of type LinkedHashSet. This set is "safe", in the sense that is independent from the original ISet.

Implementation

Set<T> get unlock => _s.unlock;