(make-wrap)
(make-wrap m)
(make-wrap 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/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 & kvs)
keyval => key val Returns a new wrap-map with supplied mappings. If any keys are equal, they are handled as if by repeated uses of assoc.
keyval => key val Returns a new wrap-map with supplied mappings. If any keys are equal, they are handled as if by repeated uses of assoc.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close