1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 00:36:40 +02:00
This commit is contained in:
Justin Lin
2021-02-10 14:53:04 +08:00
parent e3bd5172c6
commit d5238391cb
3 changed files with 3 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp
- [util/dedup](https://openhome.cc/eGossip/OpenSCAD/lib3x-dedup.html)
- [util/every](https://openhome.cc/eGossip/OpenSCAD/lib3x-every.html)
- [util/fibseq](https://openhome.cc/eGossip/OpenSCAD/lib3x-fibseq.html)
- [util/flat](https://openhome.cc/eGossip/OpenSCAD/lib2x-flat.html)
- [util/flat](https://openhome.cc/eGossip/OpenSCAD/lib3x-flat.html)
- [util/has](https://openhome.cc/eGossip/OpenSCAD/lib2x-has.html)
- [util/lerp](https://openhome.cc/eGossip/OpenSCAD/lib2x-lerp.html)
- [util/parse_number](https://openhome.cc/eGossip/OpenSCAD/lib2x-parse_number.html)

View File

@@ -7,7 +7,7 @@ returns a new list with all sub-list elements concatenated into it recursively u
## Parameters
- `lt` : The original list.
- `depth` : Defaults to 1. The depth level specifying how deep a nested list should be flattened.
- `depth` : Default to 1. The depth level specifying how deep a nested list should be flattened.
## Examples

View File

@@ -4,7 +4,7 @@
* @copyright Justin Lin, 2020
* @license https://opensource.org/licenses/lgpl-3.0.html
*
* @see https://openhome.cc/eGossip/OpenSCAD/lib2x-flat.html
* @see https://openhome.cc/eGossip/OpenSCAD/lib3x-flat.html
*
**/