mutableListCreate

inline fun <T> mutableListCreate(size: Int, create: (index: Int) -> T): MutableList<T>