mirai-core / net.mamoe.mirai.utils / toMutableList

toMutableList

fun <E> LockFreeLinkedList<E>.toMutableList(): MutableList<E>

Collect all the elements into a MutableList.