Enumerations
The following enumerations are available globally.
-
Single step in a patch sequence.
- insertion: A single patch step containing an insertion index and an element to be inserted
- deletion: A single patch step containing a deletion index
- move: A single patch step containing the origin and target of a move
Declaration
Swift
public enum ExtendedPatch<Element>