mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-10 00:36:40 +02:00
update
This commit is contained in:
@@ -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)
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
*
|
||||
**/
|
||||
|
||||
|
Reference in New Issue
Block a user