forEachBooleanIndexed

inline fun BooleanIterable.forEachBooleanIndexed(action: (index: Int, Boolean) -> Unit)