Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Diff ¶
type Diff[T comparable, S ~[]T] struct { // contains filtered or unexported fields }
func NewDiff ¶
func NewDiff[T comparable, S ~[]T](base, new S) *Diff[T, S]
func (Diff[T, S]) HasChanged ¶
func (Diff[T, S]) InAdditions ¶
func (Diff[T, S]) InRemovals ¶
Click to show internal directories.
Click to hide internal directories.