mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-10 16:54:23 +02:00
update doc
This commit is contained in:
@@ -7,7 +7,7 @@ The `bsearch` function is a general-purpose function to search a value in a list
|
||||
## Parameters
|
||||
|
||||
- `sorted` : The sorted list.
|
||||
- `target` : The target vector or a function literal.
|
||||
- `target` : The target vector or a function literal that returns a negative integer, zero, or a positive integer as the element is less than, equal to, or greater than the value you want to search.
|
||||
|
||||
## Examples
|
||||
|
||||
|
Reference in New Issue
Block a user