mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-08 15:56:42 +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>;
|
use <util/_impl/_bsearch_impl.scad>;
|
||||||
|
|
||||||
function bsearch(sorted, elem, by = "idx", idx = 0) =
|
function bsearch(sorted, elem, by = "idx", idx = 0) =
|
||||||
|
Reference in New Issue
Block a user