computeIfAbsent

inline fun <F, T> Array<T?>.computeIfAbsent(source: List<F>, index: Int, compute: (F) -> T): T