ClojureScript
API
GitHub
short
function/macro
since v0.0-1798
clojure.core/short
Edit
(short x)
Function code @
clojurescript:src/main/cljs/cljs/core.cljs
(
defn
^
number
short
[
x
]
x
)
Macro code @
clojurescript:src/main/clojure/cljs/core.cljc
(
core/defmacro
short
[
x
]
x
)