kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.sequences
/
toMutableList
to
Mutable
List
fun
<
T
>
Sequence
<
T
>
.
toMutableList
(
)
:
MutableList
<
T
>
(
source
)
Returns a new
MutableList
filled with all elements of this sequence.
The operation is
terminal
.