unmodifiable

expect fun <T> Set<T>.unmodifiable(): Set<T>(source)

Freeze selected set. May do nothing on some platforms.

Report a problem

actual fun <T> Set<T>.unmodifiable(): Set<T>(source)
actual fun <T> Set<T>.unmodifiable(): Set<T>(source)

Wraps into an unmodifiable set

Report a problem

actual fun <T> Set<T>.unmodifiable(): Set<T>(source)