(def a-hashmap (hash-map :a 1 :b 2 :c 3)) a-hashmap ; => {:c 3, :b 2, :a 1}. You can also define them using a hashmap literal.
確定! 回上一頁