Liking cljdoc? Tell your friends :D
Clojure only.

flatland.useful.deftype


alistclj

(alist & kvs)

A map stored like a common-lisp alist, ie a seq of [key, value] pairs. A new entry can simply be consed onto the front, without having to do any additional work to update the rest of the entries.

A map stored like a common-lisp alist, ie a seq of [key, value] pairs. A new entry can simply be
consed onto the front, without having to do any additional work to update the rest of the entries.
sourceraw docstring

defmapcljmacro

(defmap name fields & specs)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close