Liking cljdoc? Tell your friends :D

schism.impl.types.list

Definition and support for Schism's Convergent List type. The convergent list is a simple timestamped log of entries with a vector clock. Convergence places entries into the resultant list in insertion order. The vector clock conveys that an item has been removed from the list on another node.

Definition and support for Schism's Convergent List type. The
convergent list is a simple timestamped log of entries with a vector
clock. Convergence places entries into the resultant list in
insertion order. The vector clock conveys that an item has been
removed from the list on another node.
raw docstring

clist-conjclj/s

(clist-conj clist o)
source

clist-emptyclj/s

(clist-empty clist)
source

clist-restclj/s

(clist-rest clist)
source

ConvergentListcljs

source

new-listclj/s

(new-list)
(new-list & args)
source

read-edn-listclj/s

(read-edn-list read-object)
source

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

× close