MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / bsearch

Method bsearch

src/core/Core.d.ts:25–25  ·  view source on GitHub ↗

* Binary loose search * @param arr - array to look in * @param what - object to try to find * @param how - comparison function

(arr:Array<any>, what:any, how:Function)

Source from the content-addressed store, hash-verified

23 * @param how - comparison function
24 */
25 bsearch(arr:Array<any>, what:any, how:Function):number;
26}
27declare var BinArray:IBinArray;
28

Callers 2

Array.jsFile · 0.80
CommentManager.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected