DiffCollectionSnapshot
public struct DiffCollectionSnapshot<E> where E : Hashable
Respresents a snapshot of a collection after updating with an element Contains info about the element, new collection and changes
-
Element that was used for updates
Declaration
Swift
public let element: E -
New collection with updated element
Declaration
Swift
public let collection: DiffCollection<E> -
Changes about updated indexes
Declaration
Swift
public let changes: DiffCollectionResult
DiffCollectionSnapshot Structure Reference