ACE.GetBinaryInsertIndex
SPart of ACE namespace
function ACE.GetBinaryInsertIndex(Tbl, Value)📋 Has LDoc👁️ 0 viewsUpdated 1 month ago
Description
Efficiently find the index to insert a value into a sorted table
Parameters
| Name | Type | Description |
|---|---|---|
Tbl | table | |
Value | number |
Returns
| Type | Description |
|---|---|
number | Index The index to insert the value at |
Examples
No examples available.
Used In
No usages found in the codebase.