(array? x)
(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.
(diff exp act)
(-diff-similar x y)
(diff-atom exp act)
(diff-map exp act)
(diff-seq exp act)
(diff-seq-deletions del s)
(diff-seq-insertions ins s)
(diff-seq-replacements replacements s)
(diff-set exp act)
(diff-similar x y)
(diffable? exp)
(primitive? x)
(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.
(shift-insertions ins)
(left-undiff x)
(right-undiff x)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close