(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |