(defn safe-get-in "Like get-in, but throws an exception if any key is not found." [map ks] (reduce safe-get map ks))
Comments top
No comments for safe-get-in. Log in to add a comment.