Liking cljdoc? Tell your friends :D

discord.utils


bidirectional-mapclj

(bidirectional-map m)
source

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

map-replace-patternclj

source

rgb->integerclj

(rgb->integer r g b)
source

wordsclj

(words s)
source

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

× close