Clojure associative data type with heterogeneous key/value hash strategy? -


how having data type key (in maps) work.

for example:

(defn foo [a] (identity a))  (def  dict {1 "one", foo "foo", true "true", "etc." "ecetera", [1 2 3] "really?"}) 

which strategy used keys don't collide?

edit

the link in leon's comment has more value referenced question. however; accept has been answered.


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -