forEachLong

inline fun LongIterator.forEachLong(action: (Long) -> Unit)
inline fun LongIterable.forEachLong(action: (Long) -> Unit)