Liking cljdoc? Tell your friends :D

flanders.navigation


find-entry-locclj/s

(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.
sourceraw docstring

find-entry-valueclj/s

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close