inline fun SparseBooleanArray.forEach(action: (key: Int, value: Boolean) -> Unit): Unit
Performs the given action for each key/value entry.