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 moreDeclaration
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
See moreSectionedValuesinto another.Declaration
Swift
public enum SectionedDiffStep<Section, Value>: CustomDebugStringConvertible
View on GitHub
Enums Reference