1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-02 03:02:34 +02:00
This commit is contained in:
Justin Lin
2021-02-11 11:54:51 +08:00
parent f1382cb7f4
commit 113a0a5b77
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ Make a list that aggregates elements from each of the lists. Returns a list of l
## Parameters
- `lts` : A list of lists.
- `head` : Rather than listing the elements, the elements are combined using the function. **Since:** 3.0
- `slider` : Rather than listing the elements, the elements are combined using the function. **Since:** 3.0
## Examples