Skip to main content

rsubseq

function

clojure.data.priority-map/rsubseq

Available in:BBCLJ
(rsubseq [sc test key] [sc start-test start-key end-test end-key])
sc must be a sorted collection, test(s) one of <, <=, > or >=. Returns a reverse seq of those entries with keys ek for which (test (.. sc comparator (compare ek key)) 0) is true

No examples yet. Be the first to add one!