Liking cljdoc? Tell your friends :D

strojure.zmap.impl.core

Implementation interfaces and base types.

Implementation interfaces and base types.
raw docstring

boxed-delayclj/smacro

(boxed-delay & body)

Returns boxed delay for the body.

Returns boxed delay for the `body`.
sourceraw docstring

boxed-delay?clj/s

(boxed-delay? x)

True if x is a boxed delay.

True if `x` is a boxed delay.
sourceraw docstring

Unwrapclj/sprotocol

unwrapclj/s

(unwrap zmap)

Returns underlying map wrapped in zmap.

Returns underlying map wrapped in zmap.
source

Wrapclj/sprotocol

wrapclj/s

(wrap m)

Wraps m to zmap if it is not zmap.

Wraps `m` to zmap if it is not zmap.
source

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

× close