Liking cljdoc? Tell your friends :D

utility-belt.id

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

str->uuidcljdeprecated

(str->uuid uuid-str)

Convert string uuid to uuid.

Convert string uuid to uuid.
raw docstring

uuidcljdeprecated

(uuid)

uuid->strcljdeprecated

(uuid->str uuid)

uuid-strclj

(uuid-str)

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

× close