toList

fun <T> Buffer<T>.toList(): List<T>

Returns a new List containing all elements of this buffer.

Sources

common source
Link copied to clipboard