Return the sum of all arguments. The minimal implementation for type
::my-type is the binary form with dispatch value [::my-type ::my-type].
(defmulti +
"Return the sum of all arguments. The minimal implementation for type
::my-type is the binary form with dispatch value [::my-type ::my-type]."
{:arglists '([x] [x y] [x y & more])}
nary-dispatch)
Comments top
No comments for +. Log in to add a comment.