ClojureDocs

Nav

Namespaces

get

clojure.core

Available since 1.0 (source)
  • (get map key)
  • (get map key not-found)
Returns the value mapped to key, not-found or nil if key not present
in associative collection, set, string, array, or ILookup instance.