Liking cljdoc? Tell your friends :D

com.fulcrologic.statecharts.util


extend-keyclj/s

(extend-key k new-name)

Extend the length of a keyword by turning the full original keyword into a namespace and adding the given new-name.

E.g.

(extend-key :a "b") => :a/b
(extend-key :a/b "c") => :a.b/c
Extend the length of a  keyword by turning the full original keyword into a namespace
and adding the given `new-name`.

E.g.

```
(extend-key :a "b") => :a/b
(extend-key :a/b "c") => :a.b/c
```
sourceraw docstring

genidclj/s

(genid s)

Generate a unique ID with a base prefix. Like gensym but returns a keyword.

Generate a unique ID with a base prefix. Like `gensym` but returns a keyword.
sourceraw docstring

now-msclj/s

(now-ms)
source

queueclj/s

(queue & args)
source

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

× close