kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.sequences
/
toList
to
List
fun
<
T
>
Sequence
<
T
>
.
toList
(
)
:
List
<
T
>
(
source
)
Returns a
List
containing all elements.
The operation is
terminal
.