unpack
Returns the items with numeric keys from the given table tbl
, from i
to j
.
unpack(tbl: table, i: number, j: number):
Arguments
Name | Description | Type |
---|---|---|
tbl | The table to unpack. | table |
i | The index of the first element to return. | number |
j | The index of the last element to return. | number |
Returns elements: undefined