Public Vars

Back

<= (clj)

(source)

function

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

Examples