Liking cljdoc? Tell your friends :D

eva.datastructures.utils.interval


closed-intervalclj

(closed-interval low high)

Closed above and below: [low,high]

Closed above and below: [low,high]
sourceraw docstring

infinite-intervalclj

source

intervalclj

(interval low high low-open? high-open?)

low-open? and high-open? indicate whether the interval is open/closed on below and above. This lets you construct all four of these intervals: (x,y) [x,y] (x,y] [x,y)

low-open? and high-open? indicate whether the interval is open/closed on below and above.
This lets you construct all four of these intervals: (x,y) [x,y] (x,y] [x,y)
sourceraw docstring

interval-readerclj

source

interval-writerclj

source

open-intervalclj

(open-interval low high)

Open above and below: (low,high)

Open above and below: (low,high)
sourceraw docstring

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

× close