(real-collection? datum)
Clojure postwalk iterates over a map as collection of MapEntries. MapEntry is a collection, but we don't want to transform this collection into Java collection. For this reason, when we walk through data, we check for collection not being MapEntry, to avoid destroying maps.
Clojure postwalk iterates over a map as collection of MapEntries. MapEntry is a collection, but we don't want to transform this collection into Java collection. For this reason, when we walk through data, we check for collection not being MapEntry, to avoid destroying maps.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close