Skip to main content

unpack

Returns the items with numeric keys from the given table tbl, from i to j.

unpack(tbl: table, i: number, j: number):

Arguments

NameDescriptionType
tblThe table to unpack.table
iThe index of the first element to return.number
jThe index of the last element to return.number

Returns elements: undefined