Returns a rel of the maps in xrel with the keys in kmap renamed to the vals in kmap
returns x if x is a (clojure.spec) regex op, else logical false
Generic reporting function, may be overridden to plug in different report formats (e.g., TAP, JUnit). Assertions such as 'is' call 'report' to indicate results. The argument given to 'report' will be a map with a :type key. See the documentation at the top of test_is.clj for more info...
Removes the node at loc, returning the loc that would have preceded it in a depth-first walk.
Returns a seq of the items in coll in reverse order. Not lazy.
Must be called in a transaction. Sets the value of ref. Returns val.
Given a map of replacement pairs and a vector/collection, returns a vector/seq with any elements = a key in smap replaced with the corresponding val in smap. Returns a transducer when no collection is provided.
Loads libs, skipping any that are already loaded. Each argument is either a libspec that identifies a lib, a prefix list that identifies multiple libs whose names share a common prefix, or a flag that modifies how all the identified libs are loaded. Use :require in the ns macro in preference...
Returns the next regex match, if any, of string to pattern, using java.util.regex.Matcher.find(). Uses re-groups to return the groups.
Returns true if x is a record