emptySortedSet

inline fun <T> emptySortedSet(): TreeSet<T>

Return an empty new TreeSet.

Since

1.1.0

See also