walk sequence of range boundaries values for source and filter ranges

add lower level logic for walking the boundary markers of sets
but distinguish between a source range and a filter range when
looking at the start and end boundary behavior
This commit is contained in:
2026-01-11 16:20:03 -06:00
parent 211efb5d16
commit 98a9fd43fe
3 changed files with 261 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
{:deps {org.clojure/clojure {:mvn/version "1.11.2"}
org.clojure/core.match {:mvn/version "1.1.1"}
org.threeten/threeten-extra {:mvn/version "1.8.0"}}
:paths ["src"]
:aliases {:test {:extra-paths ["test"]