Returns a rel of the maps in xrel with the keys in kmap renamed to the vals in kmap
Source
(defnrename"Returns a rel of the maps in xrel with the keys in kmap renamed to the vals in kmap"{:added"1.0"}[xrelkmap](with-meta(set(map #(rename-keys % kmap)xrel))(metaxrel)))