platform-collections
common
darwin
platform-collections
/
com.jakewharton.platformcollections
/
isEmpty
is
Empty
common
darwin
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