Liking cljdoc? Tell your friends :D

com.jolygon.wrap-map

Public API for creating and manipulating wrap map instances.

Provides functions to:

  • Create WrapMaps (wrap, empty-wrap).
  • Manage implementation overrides (vary).
  • Add behaviors (assoc).
  • Return the underlying persistent hash map (unwrap).
  • Freeze maps to prevent further implementation changes (freeze).
Public API for creating and manipulating wrap map instances.

Provides functions to:
- Create WrapMaps (`wrap`, `empty-wrap`).
- Manage implementation overrides (`vary`).
- Add behaviors (`assoc`).
- Return the underlying persistent hash map (`unwrap`).
- Freeze maps to prevent further implementation changes (`freeze`).
raw docstring

com.jolygon.wrap-map.api-0.impl

clj

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.
cljs

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.
raw docstring

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

× close