macro | added v1.9.494 | removed v1.9.493 | added v0.0-1211 | Edit |
(unsafe-bit-and x y)
(unsafe-bit-and x y & more)
(core/defmacro ^::ana/numeric unsafe-bit-and
([x y] (bool-expr (core/list 'js* "(~{} & ~{})" x y)))
([x y & more] `(unsafe-bit-and (unsafe-bit-and ~x ~y) ~@more)))