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
    See more

    Declaration

    Swift

    public enum ExtendedPatch<Element>
  • Single step in a patch sequence.

    See more

    Declaration

    Swift

    public enum Patch<Element>