Common code and utilities. Parts from https://github.com/farbetter/utils.
Common code and utilities. Parts from https://github.com/farbetter/utils.
(current-time-ms)
Inputs: [] Returns: s/Num
Inputs: [] Returns: s/Num
(platform-kw)
Inputs: [] Returns: s/Keyword
Inputs: [] Returns: s/Keyword
(sym-map & syms)
(sym-map &form &env & syms)
Builds a map from symbols. Symbol names are turned into keywords and become the map's keys. Symbol values become the map's values. (let [a 1 b 2] (sym-map a b)) => {:a 1 :b 2}
Builds a map from symbols. Symbol names are turned into keywords and become the map's keys. Symbol values become the map's values. (let [a 1 b 2] (sym-map a b)) => {:a 1 :b 2}
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close