Full namespace name:
clojure.data OverviewNon-core data functions.
Implementation detail. Subject to change.
Known implementations:
java.util.List, java.util.Map, java.util.Set, nil, ObjectUsage: (diff-similar a b)
Implementation detail. Subject to change.Added in Clojure version 1.3
Implementation detail. Subject to change.
Known implementations:
java.util.List, java.util.Map, java.util.Set, nil, ObjectUsage: (equality-partition x)
Implementation detail. Subject to change.Added in Clojure version 1.3
Usage: (diff a b)
Recursively compares a and b, returning a tuple of [things-only-in-a things-only-in-b things-in-both]. Comparison rules: * For equal a and b, return [nil nil a]. * Maps are subdiffed where keys match and values differ. * Sets are never subdiffed. * All sequential things are treated as associative collections by their indexes, with results returned as vectors. * Everything else (including strings!) is treated as an atom and compared for equality.Added in Clojure version 1.3
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4