(default-normalize x)
AHELL(!*&#(!)O_WOR LD.bar => ahelloworldbar
AHELL(!*&#(!)O_WOR LD.bar => ahelloworldbar
(get x key)
(get x key not-found)
(get x key not-found {:keys [normalize] :or {normalize default-normalize}})
Returns the value mapped to key, not-found or nil if key not present.
Returns the value mapped to key, not-found or nil if key not present.
(get-in m ks)
(get-in m ks not-found)
(get-in m ks not-found options)
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.
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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close