clojure.data.priority-map
P
Usage: (priority-map key val key val ...) Returns a new priority map with optional supplied mappings. (priority-map)...
function([& keyvals])
Usage: (priority-map-keyfn keyfn key val key val ...) Returns a new priority map with custom keyfn and optional suppli...
function([keyfn & keyvals])
R
sc must be a sorted collection, test(s) one of <, <=, > or >=. Returns a reverse seq of those entries with keys ek for...
function([sc test key] [sc start-test start-key end-test end-key])
S
sc must be a sorted collection, test(s) one of <, <=, > or >=. Returns a seq of those entries with keys ek for which...
function([sc test key] [sc start-test start-key end-test end-key])