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

set

operator fun <T> SparseArray<T>.set(key: Int, value: T?): Unit

Sets value for specified key.