emptyMutableSet

inline fun <T> emptyMutableSet(): MutableSet<T>

Return an empty new MutableSet.

Since

1.1.0