Liking cljdoc? Tell your friends :D

duct.core.merge


displaceclj

(displace val)

Add displace metadata to a value.

Add displace metadata to a value.
sourceraw docstring

meta-mergeclj

(meta-merge left right)

Recursively merge values based on the information in their metadata.

Recursively merge values based on the information in their metadata.
sourceraw docstring

replaceclj

(replace val)

Add replace metadata to a value.

Add replace metadata to a value.
sourceraw docstring

unwrapclj

(unwrap obj)

Unwrap a value, if it is wrapped. Reverses the wrap function.

Unwrap a value, if it is wrapped. Reverses the [[wrap]] function.
sourceraw docstring

unwrap-allclj

(unwrap-all x)

Unwrap all values nested in a data structure.

Unwrap all values nested in a data structure.
sourceraw docstring

wrapclj

(wrap val)

If a value doesn't support metadata, wrap it in a record that does.

If a value doesn't support metadata, wrap it in a record that does.
sourceraw docstring

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

× close