Structs

The following structs are available globally.

  • Namespace for the diff and apply functions.

    See more

    Declaration

    Swift

    public struct Dwifft
  • SectionedValues represents, well, a bunch of sections and their associated values. You can think of it sort of like an ordered dictionary, or an order of key-pairs. If you are diffing a multidimensional structure of values (what might normally be, for example, a 2D array), you will want to use this.

    See more

    Declaration

    Swift

    public struct SectionedValues<Section: Equatable, Value: Equatable>: Equatable