What is a non-recursive version of diff in Clojure?

The Clojure.data diff function recurses into all subsequences.

Is there a non-recursive version of diff that will just compare the top level?

+3


source to share





All Articles