toList

fun <T> Sequence<T>.toList(): List<T>(source)

Returns a List containing all elements.

The operation is terminal.

Since Kotlin

1.0