``` /** Returns an empty read-only set. The retur...
# announcements
p
Copy code
/** Returns an empty read-only set.  The returned set is serializable (JVM). */
@kotlin.internal.InlineOnly
public inline fun <T> setOf(): Set<T> = emptySet()