From 188790e823d19874f5a5509dca7ba11469619439 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 5 Mar 2021 09:02:42 +0800 Subject: [PATCH] update --- README.md | 3 ++- src/experimental/note.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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`