forEachInt

inline fun IntIterator.forEachInt(action: (Int) -> Unit)
inline fun IntIterable.forEachInt(action: (Int) -> Unit)