ClojureDocs

Nav

Namespaces

get-in

clojure.core

Available since 1.2 (source)
  • (get-in m ks)
  • (get-in m ks not-found)
Returns the value in a nested associative structure,
where ks is a sequence of keys. Returns nil if the key
is not present, or the not-found value if supplied.