SetDiff

open class SetDiff<T>(source)

The result of diffing two sets.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var common: Set<Pair<T, T>>
Link copied to clipboard
open var leftOnly: Set<T>
Link copied to clipboard
open var rightOnly: Set<T>