Implementation interfaces and base types.
Implementation interfaces and base types.
(boxed-delay & body)
Returns boxed delay for the body
.
Returns boxed delay for the `body`.
(boxed-delay? x)
True if x
is a boxed delay.
True if `x` is a boxed delay.
(unwrap zmap)
Returns underlying map wrapped in zmap.
Returns underlying map wrapped in zmap.
(wrap m)
Wraps m
to zmap if it is not zmap.
Wraps `m` to zmap if it is not zmap.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close