ClojureScript
API
GitHub
Box
type
since v0.0-1424
clojure.lang/Box
Edit
(Box. val)
Source code @
clojurescript:src/main/cljs/cljs/core.cljs
(
deftype
Box
[
^
:mutable
val
]
)