implement bin-vec (vector that always stores its elements in order, for binary search)

This commit is contained in:
2025-01-19 12:06:56 +00:00
parent 8c651b2221
commit 4459a676ac
3 changed files with 127 additions and 12 deletions

View File

@@ -9,6 +9,7 @@ fcore/quad-tree.sml
fcore/quad-tree-fold.sml
fcore/bin-search.sml
fcore/bin-vec.sml
ann
"allowVectorExps true"