1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-31 18:22:08 +02:00

update docs

This commit is contained in:
Justin Lin
2020-03-27 13:57:57 +08:00
parent 44e78679e8
commit 8dd36a1a9c
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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