Skip to main content

rseq

functionv1.0

clojure.core/rseq

Available in:BBCLJCLJS
(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

No examples yet. Be the first to add one!