updateA
fun updateA(chunks: List<Chunk>, a: Text, b: Text, changes: ChangeDesc, conf: DiffConfig = defaultDiffConfig): List<Chunk>
Update a set of chunks for changes in document A. a should hold the updated document A.
Update a set of chunks for changes in document A. a should hold the updated document A.