Skip to main content

subseq

function

clojure.data.priority-map/subseq

Available in:BBCLJ
(subseq [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 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!