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