Common code and utilities.
Common code and utilities.
(current-time-ms)
Inputs: [] Returns: s/Num
Inputs: [] Returns: s/Num
(ex-msg-and-stacktrace e)
Inputs: [e] Returns: s/Str
Inputs: [e] Returns: s/Str
(ex-stacktrace e)
Inputs: [e] Returns: s/Str
Inputs: [e] Returns: s/Str
(platform-kw)
Inputs: [] Returns: s/Keyword
Inputs: [] Returns: s/Keyword
(pprint x)
(pprint-str x)
(println-logger level msg)
(sym-map & 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