timesToListOf

inline fun <T> Int.timesToListOf(predicate: (Int) -> T): List<T>