function/macro | since v0.0-1211 | Edit |
(bit-shift-right-zero-fill x n)
DEPRECATED: Bitwise shift right with zero fill
(defn bit-shift-right-zero-fill
[x n] (cljs.core/bit-shift-right-zero-fill x n))
(core/defmacro ^::ana/numeric bit-shift-right-zero-fill [x n]
(core/list 'js* "(~{} >>> ~{})" x n))