Provide API for manipulate the diff structure data
Provide API for manipulate the diff structure data
(diff-item? x)
Checks if x is a Mismatch, Deletion, or Insertion
Checks if x is a Mismatch, Deletion, or Insertion
(has-diff-item? x)
Checks if there are any diff items in x or sub-tree of x
Checks if there are any diff items in x or sub-tree of x
(minimize diff)
Postwalk diff, removing values that are unchanged
Postwalk diff, removing values that are unchanged
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close