stdlib
1.2
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
Common
JVM
JS
stdlib
/
kotlin.collections
/
fill
fill
Common
JVM
JS
expect
fun
<
T
>
MutableList
<
T
>
.
fill
(
value
:
T
)
(
source
)
Since Kotlin
1.2
actual
inline
fun
<
T
>
MutableList
<
T
>
.
fill
(
value
:
T
)
(
source
)
Fills the list with the provided
value
.
Each element in the list gets replaced with the
value
.
Since Kotlin
1.2
actual
fun
<
T
>
MutableList
<
T
>
.
fill
(
value
:
T
)
(
source
)
Fills the list with the provided
value
.
Each element in the list gets replaced with the
value
.
Since Kotlin
1.2