(arbitrate pairs)
Resolves conflicts within pairs.
Resolves conflicts within pairs.
(includes? x y)
True if y is wholly within x, false otherwise.
True if y is wholly within x, false otherwise.
(offshoot? x y)
True if all of the following hold:
True if all of the following hold: * x and y are closed by the same delimiter run * x and y are closed by delimiter runs of equal length * x begins after y False otherwise.
(stradles-start? x y)
True if x begins before y does and x ends before y does, false otherwise.
True if x begins before y does and x ends before y does, false otherwise.
(supercedes-fn? x)
Predicate to test a collection against x.
Predicate to test a collection against x.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close