emptyMutableList

inline fun <T> emptyMutableList(): MutableList<T>

Return an empty new MutableList.

Since

1.1.0