Open
Description
Hi, currently Differ support calculating extended diffs of two dimensional arrays.
But what can I do if I have an array of some objects where internal object has array and some additional data:
Section
- header: String
- items: [Item]
Would it be possible to add new KeyPath feature, for example:
sections.nestedDiff(to: newSections, item: \.items, ...)