(find-entry-loc map-loc kw-to-match)
Given a zip location pointing at a MapType, find the first entry-location who's KeywordType key matches a given keyword.
Given a zip location pointing at a MapType, find the first entry-location who's KeywordType key matches a given keyword.
(find-entry-value map-loc key-kw)
Given a zip location pointing at a MapType, find the first entry-location who's KeywordType key matches a given keyword, and return the entry's type value if the type value must equal a single specific value.
Given a zip location pointing at a MapType, find the first entry-location who's KeywordType key matches a given keyword, and return the entry's type value if the type value must equal a single specific value.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close