(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |