(closed-interval low high)
Closed above and below: [low,high]
Closed above and below: [low,high]
(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)
(open-interval low high)
Open above and below: (low,high)
Open above and below: (low,high)
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |