Structures
The following structures are available globally.
-
Undocumented
See moreDeclaration
Swift
public struct BatchUpdate
-
A sequence of deletions and insertions where deletions point to locations in the source and insertions point to locations in the output. Examples:
"12" -> "": D(0)D(1) "" -> "12": I(0)I(1)
See also
DiffDeclaration
Swift
public struct Diff : DiffProtocol
-
Undocumented
See moreDeclaration
Swift
public struct Point : Hashable
-
A sequence of deletions, insertions, and moves where deletions point to locations in the source and insertions point to locations in the output. Examples:
"12" -> "": D(0)D(1) "" -> "12": I(0)I(1)
See also
DiffDeclaration
Swift
public struct ExtendedDiff : DiffProtocol
-
Undocumented
See moreDeclaration
Swift
public struct NestedDiff : DiffProtocol
-
Undocumented
See moreDeclaration
Swift
public struct NestedExtendedDiff : DiffProtocol