forEachSet

fun <T> Array<out T?>.forEachSet(action: (T) -> Unit)