asMutableBuffer

fun <T> MutableList<T>.asMutableBuffer(): MutableListBuffer<T>

Returns an MutableListBuffer that wraps the original list.

Sources

Link copied to clipboard