get

expect operator fun <E> PlatformList<E>.get(index: Int): E
expect operator fun <K, V> PlatformMap<K, V>.get(key: K): V?
actual inline operator fun <E> PlatformList<E>.get(index: Int): E
actual inline operator fun <K, V> PlatformMap<K, V>.get(key: K): V?