Comparison
7Returns non-nil if nums are in monotonically increasing order, otherwise false.
macrocljs.core
Returns non-nil if nums are in monotonically non-decreasing order, otherwise false.
macrocljs.core
Equality. Returns true if x equals y, false if not. Compares numbers and collections in a type-independent manner. Cloj...
functioncljs.core
Returns non-nil if nums are in monotonically decreasing order, otherwise false.
macrocljs.core
Returns non-nil if nums are in monotonically non-increasing order, otherwise false.
macrocljs.core
Comparator. Returns a negative number, zero, or a positive number when x is logically 'less than', 'equal to', or 'grea...
functioncljs.core
Same as (not (= obj1 obj2))
functioncljs.core