emptyHashSet

inline fun <T> emptyHashSet(): HashSet<T>

Return an empty new HashSet.

Since

1.1.0