Implementation interfaces and base types.
Implementation interfaces and base types.
(boxed-apply f v)
(boxed-apply f v x)
(boxed-apply f v x y)
(boxed-apply f v x y z)
(boxed-apply f v x y z more)
Returns boxed delay for application of function f
to possibly delayed
value v
.
Returns boxed delay for application of function `f` to possibly delayed value `v`.
(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.
(update* m k f x y z more)
(update0 m k f)
(update1 m k f x)
(update2 m k f x y)
(update3 m k f x y z)
(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