ID generation of any sort Deprecated: this namespace is being deprecated from v1.3.3
Replacements for the main functions are now available in clojure's core: utility-belt.id/uuid => clojure.core/random-uuid utility-belt.id/str->uuid => clojure.core/parse-uuid
ID generation of any sort Deprecated: this namespace is being deprecated from v1.3.3 Replacements for the main functions are now available in clojure's core: utility-belt.id/uuid => clojure.core/random-uuid utility-belt.id/str->uuid => clojure.core/parse-uuid
(str->uuid uuid-str)
Convert string uuid to uuid.
Convert string uuid to uuid.
(uuid)
(uuid->str uuid)
(uuid-str)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close