toLongSparseArray

inline fun <T> Iterable<T>.toLongSparseArray(getKey: (T) -> Long?): LongSparseArray<T>