DeltaItems
public struct DeltaItems<Element>
Undocumented
-
Undocumented
Declaration
Swift
public var addedItems: [Element]
-
Undocumented
Declaration
Swift
public var removedItems: [Element]
-
Undocumented
Declaration
Swift
public var addedIndexes: [Int]
-
Undocumented
Declaration
Swift
public var removedIndexes: [Int]