Back to ACE

ACE.GetBinaryInsertIndex

S

Part of ACE namespace

function ACE.GetBinaryInsertIndex(Tbl, Value)
View on GitHub|lua/acf/shared/sh_ace_functions.lua:755-777
📋 Has LDoc👁️ 0 viewsUpdated 1 month ago

Description

Efficiently find the index to insert a value into a sorted table

Parameters

NameTypeDescription
Tbltable
Valuenumber

Returns

TypeDescription
numberIndex The index to insert the value at

Examples

No examples available.

Used In

No usages found in the codebase.