Liking cljdoc? Tell your friends :D

schism.impl.types.nested-map

Definition and support for Schism's Deeply Convergent Map type, an ORMWOT implemented on top of Clojure's persistent maps and a Schism Vector Clock. Contrasted with schism.impl.types.map/Map, this incurs substantially greater computational costs for assoc type operations and cannot guarantee linear time results.

Definition and support for Schism's Deeply Convergent Map type, an
ORMWOT implemented on top of Clojure's persistent maps and a Schism
Vector Clock. Contrasted with schism.impl.types.map/Map, this incurs
substantially greater computational costs for assoc type operations
and cannot guarantee linear time results.
raw docstring

nested-map-assocclj/s

(nested-map-assoc nm k v)
source

nested-map-conjclj/s

(nested-map-conj nm pair)
source

nested-map-dissocclj/s

(nested-map-dissoc nm k)
source

nested-map-emptyclj/s

(nested-map-empty nm)
source

NestedMapcljs

source

new-mapclj/s

(new-map)
(new-map & args)
source

not-found-symclj/s

source

read-edn-mapclj/s

(read-edn-map read-object)
source

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

× close