CollectionDiff
Public typealias
A diff describing the changes to a collection.
Signature
type CollectionDiff<T> = {
added?: Set<T>
removed?: Set<T>
}
Source
Public typealias
A diff describing the changes to a collection.
type CollectionDiff<T> = {
added?: Set<T>
removed?: Set<T>
}