CollectionDiff
Table of contents
A diff describing the changes to a collection.
interface CollectionDiff<T> {}
Properties
added?: Set<T>
removed?: Set<T>
A diff describing the changes to a collection.
interface CollectionDiff<T> {}
added?: Set<T>
removed?: Set<T>