Return true if each argument is smaller than the following ones.
The minimal implementation for type ::my-type is the binary form
with dispatch value [::my-type ::my-type]. A default implementation
is provided in terms of >.
(defmulti <
"Return true if each argument is smaller than the following ones.
The minimal implementation for type ::my-type is the binary form
with dispatch value [::my-type ::my-type]. A default implementation
is provided in terms of >."
{:arglists '([x] [x y] [x y & more])}
nary-dispatch)
Comments top
No comments for <. Log in to add a comment.