clojure.set
D
Return a set that is the first set without elements of the remaining sets
function([s1] [s1 s2] [s1 s2 & sets])
I
Returns a map of the distinct values of ks in the xrel mapped to a set of the maps in xrel with the corresponding valu...
function([xrel ks])
Return a set that is the intersection of the input sets
function([s1] [s1 s2] [s1 s2 & sets])
J
When passed 2 rels, returns the rel corresponding to the natural join. When passed an additional keymap, joins on the ...
function([xrel yrel] [xrel yrel km])
M
Returns the map with the vals mapped to the keys.
function([m])
P
Returns a rel of the elements of xrel with only the keys in ks
function([xrel ks])
R
Returns a rel of the maps in xrel with the keys in kmap renamed to the vals in kmap
function([xrel kmap])
Returns the map with the keys in kmap renamed to the vals in kmap
function([map kmap])
S
U
Return a set that is the union of the input sets
function([] [s1] [s1 s2] [s1 s2 & sets])