mutableSortedSetOf

fun <V : Comparable<V>> mutableSortedSetOf(vararg values: V): MutableSortedSet<V>

Returns a new mutable sorted set with the given elements. Elements of the set are iterated in according to their natural order.