library / org.akop.kotx.ext.collections / android.util.SparseArray / forEach

forEach

inline fun <V> SparseArray<V>.forEach(action: (Int, V) -> Unit): Unit

Performs given action on each key/value pair.