table

顯示已棄用項目

*此內容很快就會推出您所選的語言版本。

This library provides generic functions for table/array manipulation, providing all its functions inside the global table variable. Most functions in the table library assume that the table represents an array or a list. For these functions, the "length" of a table means the result of the length operator.

概要

函式

函式

clear

void

參數

table: table

返回

void

clone

參數

返回

concat

參數

sep: string
預設值:1

返回

create

參數

count: number
value: Variant

返回

find

Variant

參數

haystack: table
needle: Variant
init: number

返回

Variant

freeze

參數

返回

insert

void

參數

pos: number
value: Variant

返回

void

insert

void

參數

value: Variant

返回

void

isfrozen

參數

返回

maxn

參數

返回

move

參數

src: table
dst: table
預設值:src

返回

pack

Variant

參數

values...: Variant

返回

Variant

remove

Variant

參數

pos: number

返回

Variant

sort

void

參數

comp: function
預設值:nil

返回

void

unpack

參數

list: table
預設值:1
預設值:#list

返回