text_delta v1.1.0 API Reference
Modules
Delta is a format used to describe documents and changes
Attributes represent format associated with TextDelta.Operation.insert/0
or TextDelta.Operation.retain/0
operations. This library uses maps to
represent attributes
The composition of two non-concurrent operations into a single operation
Iterator iterates over two sets of operations at the same time, ensuring next elements in the resulting stream are of equal length
Operations represent a smallest possible change applicable to the document
The transformation of two concurrent operations such that they satisfy the convergence properties of Operational Transformation