eachIndex

fun <V> Flow<List<V>>.eachIndex(): Flow<Patch<V>>

Compares each new List on a Flow to its predecessor element by element to create Patches.

Return

Flow of Patches