Public Vars

Back

subseq (clj)

(source)

function

(subseq sc test key) (subseq 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

Examples