diff --git a/README.md b/README.md index 383255ff..52bc6fee 100644 --- a/README.md +++ b/README.md @@ -136,9 +136,10 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp ### Util - list - [util/bsearch](https://openhome.cc/eGossip/OpenSCAD/lib3x-bsearch.html) + - [util/has](https://openhome.cc/eGossip/OpenSCAD/lib3x-has.html) + - `util/find_index` - [util/dedup](https://openhome.cc/eGossip/OpenSCAD/lib3x-dedup.html) - [util/flat](https://openhome.cc/eGossip/OpenSCAD/lib3x-flat.html) - - [util/has](https://openhome.cc/eGossip/OpenSCAD/lib3x-has.html) - [util/reverse](https://openhome.cc/eGossip/OpenSCAD/lib3x-reverse.html) - [util/slice](https://openhome.cc/eGossip/OpenSCAD/lib3x-slice.html) - [util/sort](https://openhome.cc/eGossip/OpenSCAD/lib3x-sort.html) diff --git a/src/experimental/note.md b/src/experimental/note.md index 153d5776..cadfb159 100644 --- a/src/experimental/note.md +++ b/src/experimental/note.md @@ -26,6 +26,7 @@ New modules/functions - `util/some` - `util/swap` - `util/shuffle` +- `util/find_index` - `maze/mz_theta_cells` - `maze/mz_theta_get`