table

显示已弃用

*此内容使用人工智能(Beta)翻译,可能包含错误。若要查看英文页面,请点按 此处

此库提供通用对表/阵列操作的函数,提供其所有的函数在全球 table 变量内。大多数函数在 table 库中假设表表示为阵列或列表。对于这些函数,表的 “长度” 代表表的长度操作器的结果。

概要

职能

职能

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

返回