Skip to main content

get-in

functionv1.2

clojure.core/get-in

Available in:BBCLJCLJS
(get-in [m ks] [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.

No examples yet. Be the first to add one!