This function inserts a value into a sorted table via a binary search algorithm. It is faster than doing a regular table.insert(table, value) ...
確定! 回上一頁