mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 14:56:47 +02:00
add comment
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
/**
|
||||
* bsearch.scad
|
||||
*
|
||||
* @copyright Justin Lin, 2020
|
||||
* @license https://opensource.org/licenses/lgpl-3.0.html
|
||||
*
|
||||
* @see https://openhome.cc/eGossip/OpenSCAD/lib2x-bsearch.html
|
||||
*
|
||||
**/
|
||||
|
||||
use <util/_impl/_bsearch_impl.scad>;
|
||||
|
||||
function bsearch(sorted, elem, by = "idx", idx = 0) =
|
||||
|
Reference in New Issue
Block a user