Liking cljdoc? Tell your friends :D

cljmd.emphasis.pair


arbitrateclj

(arbitrate pairs)

Resolves conflicts within pairs.

Resolves conflicts within pairs.
sourceraw docstring

endclj

source

includes?clj

(includes? x y)

True if y is wholly within x, false otherwise.

True if y is wholly within x, false otherwise.
sourceraw docstring

offshoot?clj

(offshoot? x y)

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.
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.
sourceraw docstring

startclj

source

stradles-start?clj

(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.
sourceraw docstring

supercedes-fn?clj

(supercedes-fn? x)

Predicate to test a collection against x.

Predicate to test a collection against x.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close