fastForEach

inline fun fastForEach(block: (n: Int, start: Int, count: Int, value: Int) -> Unit)

Iterates over the RLE chunks emitting in function block the number of the chunk, the start of the chunk, its size, and the repeated value