1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-31 10:11:53 +02:00
This commit is contained in:
Justin Lin
2021-03-05 09:02:42 +08:00
parent 210e103791
commit 188790e823
2 changed files with 3 additions and 1 deletions

View File

@@ -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)

View File

@@ -26,6 +26,7 @@ New modules/functions
- `util/some`
- `util/swap`
- `util/shuffle`
- `util/find_index`
- `maze/mz_theta_cells`
- `maze/mz_theta_get`