String optimizations for diff algorithms. See http://neil.fraser.name/writing/diff/.
String optimizations for diff algorithms. See http://neil.fraser.name/writing/diff/.
(diff a b f)
Return the diff of a and b. Wrap the diff function f in pre and post optimizations. Check for nil and equality. Remove common prefix and suffix.
Return the diff of a and b. Wrap the diff function f in pre and post optimizations. Check for nil and equality. Remove common prefix and suffix.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close