(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.
Examples
No examples yet. Be the first to add one!
(get-in [m ks] [m ks not-found])No examples yet. Be the first to add one!