toHashSet method

KtMutableSet<T> toHashSet()

Returns a HashSet of all elements.

Implementation

KtMutableSet<T> toHashSet() => hashSetFrom(iter);