toSparseArray

inline fun <T> Iterable<T>.toSparseArray(getKey: (T) -> Int?): SparseArrayCompat<T>