Return true if each argument is larger than the following ones.
The minimal implementation for type ::my-type is the binary form
with dispatch value [::my-type ::my-type].
(defmulti >
"Return true if each argument is larger than the following ones.
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.