platform-collections
common
darwin
platform-collections
/
com.jakewharton.platformcollections
/
get
get
common
darwin
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
?