Liking cljdoc? Tell your friends :D

lambdaisland.deep-diff2.minimize-impl

Provide API for manipulate the diff structure data

Provide API for manipulate the diff structure data 
raw docstring

diff-item?clj/s

(diff-item? x)

Checks if x is a Mismatch, Deletion, or Insertion

Checks if x is a Mismatch, Deletion, or Insertion
sourceraw docstring

has-diff-item?clj/s

(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
sourceraw docstring

minimizeclj/s

(minimize diff)

Postwalk diff, removing values that are unchanged

Postwalk diff, removing values that are unchanged
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close