1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-06 14:56:47 +02:00

add comment

This commit is contained in:
Justin Lin
2020-03-24 17:49:01 +08:00
parent 3ebb0d794a
commit ca65b32ced

View File

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