(bidirectional-map m)
(map-format target replacements)
Helper function to replace bracketed substrings in a string based on values in a map. Example: (map-format "Hello {thing}" {:thing "World"}) --> "Hello World".
Helper function to replace bracketed substrings in a string based on values in a map. Example: (map-format "Hello {thing}" {:thing "World"}) --> "Hello World".
(rgb->integer r g b)
(words s)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close