Internal implementation details for PolyMap. Provides the PolyMap and TransientPolyMap deftypes and related protocols. Users should generally prefer the API functions in 'com.jolygon.poly-map.api-0' or subsequent API versions, and use the impl keys defined in 'com.jolygon.poly-map.api-0.keys' and 'com.jolygon.poly-map.trans.keys'. This namespace is subject to change.
Internal implementation details for PolyMap. Provides the PolyMap and TransientPolyMap deftypes and related protocols. Users should generally prefer the API functions in 'com.jolygon.poly-map.api-0' or subsequent API versions, and use the impl keys defined in 'com.jolygon.poly-map.api-0.keys' and 'com.jolygon.poly-map.trans.keys'. This namespace is subject to change.
Internal implementation details for PolyMap (ClojureScript). Provides the PolyMap and TransientPolyMap deftypes and related protocols. Users should generally prefer the API functions in 'com.jolygon.poly-map.api-0' or subsequent API versions, and use the implementation keys defined in 'com.jolygon.poly-map.api-0.keys' and 'com.jolygon.poly-map.api-0.trans.keys'.
This namespace is subject to change.
Internal implementation details for PolyMap (ClojureScript). Provides the PolyMap and TransientPolyMap deftypes and related protocols. Users should generally prefer the API functions in 'com.jolygon.poly-map.api-0' or subsequent API versions, and use the implementation keys defined in 'com.jolygon.poly-map.api-0.keys' and 'com.jolygon.poly-map.api-0.trans.keys'. This namespace is subject to change.
(poly-map*)
(poly-map* m)
(poly-map* m impls)
(poly-map* m impls metadata)
Internal raw constructor for PolyMap. Creates a PolyMap instance
directly from the underlying collection m
and impls map
impls
. Does NOT perform the internal preparation step (like
ensuring default-invoke). Prefer com.jolygon.poly-map.api-0/poly-map
for general use.
Internal raw constructor for PolyMap. Creates a PolyMap instance directly from the underlying collection `m` and impls map `impls`. Does NOT perform the internal preparation step (like ensuring default-invoke). Prefer `com.jolygon.poly-map.api-0/poly-map` for general use.
Internal raw constructor (CLJS). Prefer API functions.
Internal raw constructor (CLJS). Prefer API functions.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close