mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-05 06:17:32 +02:00
update doc
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Returns a list selected from `begin` to `end`, or to the `end` of the list (`end` not included).
|
Returns a list selected from `begin` to `end`, or to the `end` of the list (`end` not included).
|
||||||
|
|
||||||
**Since: ** 2.0
|
**Since:** 2.0
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Sorts the elements of a list in ascending order. The list is a list-of-list construct, such as `[[a0, a1, a2...], [b0, b1, b2,...], [c0, c1, c2,...],...]`. When sorting, the function looks only at one index position of each sublist.
|
Sorts the elements of a list in ascending order. The list is a list-of-list construct, such as `[[a0, a1, a2...], [b0, b1, b2,...], [c0, c1, c2,...],...]`. When sorting, the function looks only at one index position of each sublist.
|
||||||
|
|
||||||
**Since: ** 2.0
|
**Since:** 2.0
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user