mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-31 18:22:08 +02:00
update docs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# bsearch
|
||||
|
||||
The `search` function is a general-purpose function to find a value or a list of values in a vector. The vector must be sorted by zyx (from the last index to the first one).
|
||||
The `bsearch` function is a general-purpose function to find a value or a list of values in a vector. The vector must be sorted by zyx (from the last index to the first one).
|
||||
|
||||
**Since:** 2.3
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# dedup
|
||||
|
||||
Eliminating duplicate copies of repeating vectors. If `lt` has many elements, sorting `lt` first and setting `sorted` to `true` will be faster.
|
||||
Eliminating duplicate copies of repeating vectors. If `lt` has a large number of elements, sorting `lt` first and setting `sorted` to `true` will be faster.
|
||||
|
||||
**Since:** 2.3
|
||||
|
||||
|
Reference in New Issue
Block a user