mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 04:20:27 +02:00
update doc
This commit is contained in:
@@ -8,7 +8,7 @@ If `lt` contains `elem`, this function returns `true`. If you want to test eleme
|
||||
|
||||
- `lt` : A list of vectors.
|
||||
- `elem` : A vector.
|
||||
- `sorted` : If `false`, use native `search`. If `true`, `lt` must be sorted by zyx (from the last idx to first) and `has` will use binary search internally.
|
||||
- `sorted` : If `false` (default), use native `search`. If `true`, `lt` must be sorted by zyx (from the last idx to first) and `has` will use binary search internally.
|
||||
|
||||
## Examples
|
||||
|
||||
|
Reference in New Issue
Block a user