Public Vars

Back

> (clj)

(source)

function

(> x) (> x y) (> x y & more)
Returns non-nil if nums are in monotonically decreasing order, otherwise false.

Examples