emptySet

fun <T> emptySet(): Set<T>(source)

Returns an empty read-only set. The returned set is serializable (JVM).

Since Kotlin

1.0

Samples