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