Enums

The following enums are available globally.

  • These get returned from calls to Dwifft.diff(). They represent insertions or deletions that need to happen to transform one array into another.

    See more

    Declaration

    Swift

    public enum DiffStep<Value> : CustomDebugStringConvertible
  • These get returned from calls to Dwifft.diff(). They represent insertions or deletions that need to happen to transform one SectionedValues into another.

    See more

    Declaration

    Swift

    public enum SectionedDiffStep<Section, Value>: CustomDebugStringConvertible