isEmpty

expect fun <E> PlatformList<E>.isEmpty(): Boolean
expect fun <K, V> PlatformMap<K, V>.isEmpty(): Boolean
expect fun <E> PlatformSet<E>.isEmpty(): Boolean
actual inline fun <E> PlatformList<E>.isEmpty(): Boolean
actual inline fun <K, V> PlatformMap<K, V>.isEmpty(): Boolean
actual inline fun <E> PlatformSet<E>.isEmpty(): Boolean