asMutableBuffer

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

Returns an ListBuffer that wraps the original list.