protocol | since v0.0-1424 | Edit |
Protocol for values that can be compared.
(defprotocol IComparable
(^number -compare [x y]
"Returns a negative number, zero, or a positive number when x is logically
'less than', 'equal to', or 'greater than' y."))