Liking cljdoc? Tell your friends :D

deercreeklabs.baracus.utils


current-time-msclj/s

(current-time-ms)

date-time->date-msclj/s

(date-time->date-ms dt)

sym-mapclj/smacro

(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}
raw docstring

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

× close