unchecked-substract-int
functionv1.7
cljs.core/unchecked-substract-int
(unchecked-substract-int [x] [x y] [x y & more])If no ys are supplied, returns the negation of x, else subtracts
the ys from x and returns the result.
Examples
No examples yet. Be the first to add one!