Liking cljdoc? Tell your friends :D

discord.utils


bidirectional-mapclj

(bidirectional-map m)

map-formatclj

(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".
raw docstring

map-replace-patternclj


rgb->integerclj

(rgb->integer r g b)

wordsclj

(words s)

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

× close