Expand description
Various tools to help making the diff algorithm useful with minimal effort.
Structs§
- The default implementation used when when creating a new
Mergerfrom anyValuetype. - A
Delegatewhich applies differences to a target object. - A
Delegateto record all calls made to it.
Enums§
- Identifies a type of change at a given Key path, for use with the
Recorder.
Traits§
- A filter to manipulate calls to be made to
Values implementing theMutabletrait in calls made by theMergerDelegate.