Skip to main content

subseq

functionv1.0

clojure.core/subseq

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