timesToMutableListOf

inline fun <T> Int.timesToMutableListOf(predicate: (Int) -> T): MutableList<T>