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 is a website building & hosting documentation for Clojure/Script libraries

× close