Liking cljdoc? Tell your friends :D

com.dean.interval-tree.tree.interval


includes?clj

(includes? i0 i1)

Inclusive intervals? [==========] [====]

Inclusive intervals?    [==========]
[====]
raw docstring

intersects?clj

(intersects? i0 i1)

returns true if there is any common point between intervals i0 and i1

returns true if there is any common point between intervals i0 and i1
raw docstring

ordered-pairclj

(ordered-pair x)
(ordered-pair x y)

Ensure a normalized interval pair.

Ensure a normalized interval pair.
raw docstring

ordered-pair?clj

(ordered-pair? x)

valid interval pair?

valid interval pair?
raw docstring

overlaps?clj

(overlaps? i0 i1)

Overlapping intervals? [=========] [=========]

Overlapping intervals?   [=========]
[=========]
raw docstring

PIntervalcljprotocol

an interval is represented as an ordered pair of endpoints

an interval is represented as an ordered pair of endpoints

aclj

(a _)

interval start coordinate

interval start coordinate

bclj

(b _)

interval end coordinate

interval end coordinate
raw docstring

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

× close