Liking cljdoc? Tell your friends :D

lambdaisland.deep-diff2.diff-impl


array?clj

(array? x)
source

del+insclj/s

(del+ins exp act)

Wrapper around clj-diff that returns deletions and insertions as a set and map respectively.

Wrapper around clj-diff that returns deletions and insertions as a set and map
respectively.
sourceraw docstring

diffclj/s

(diff exp act)
source

Diffclj/sprotocol

-diff-similarclj/s

(-diff-similar x y)
source

diff-atomclj/s

(diff-atom exp act)
source

diff-mapclj/s

(diff-map exp act)
source

diff-metaclj/s

(diff-meta exp act)
source

diff-seqclj/s

(diff-seq exp act)
source

diff-seq-deletionsclj/s

(diff-seq-deletions del s)
source

diff-seq-insertionsclj/s

(diff-seq-insertions ins s)
source

diff-seq-replacementsclj/s

(diff-seq-replacements replacements s)
source

diff-setclj/s

(diff-set exp act)
source

diff-similarclj/s

(diff-similar x y)
source

diffable?clj/s

(diffable? exp)
source

primitive?clj/s

(primitive? x)
source

replacementsclj/s

(replacements [del ins])

Given a set of deletion indexes and a map of insertion index to value sequence, match up deletions and insertions into replacements, returning a map of replacements, a set of deletions, and a map of insertions.

Given a set of deletion indexes and a map of insertion index to value sequence,
match up deletions and insertions into replacements, returning a map of
replacements, a set of deletions, and a map of insertions.
sourceraw docstring

shift-insertionsclj/s

(shift-insertions ins)
source

Undiffclj/sprotocol

left-undiffclj/s

(left-undiff x)

right-undiffclj/s

(right-undiff x)
source

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

× close