asKotlinMutableList

fun <A> Buffer<A>.asKotlinMutableList(): MutableList<A>

See also

CollectionConverters.asJava

for more information.