Public Vars

Back

rseq (clj)

(source)

function

(rseq rev)
Returns, in constant time, a seq of the items in rev (which can be a vector or sorted-map), in reverse order. If rev is empty returns nil

Examples