Returns the sum of x and y, both long.
Note - uses a primitive operator subject to overflow.
Source
(defnunchecked-add"Returns the sum of x and y, both long.
Note - uses a primitive operator subject to overflow."{:inline(fn[xy] `(.clojure.lang.Numbers (unchecked_add ~x ~y))):added"1.0"}[xy](.clojure.lang.Numbers(unchecked_addxy)))