clear

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