Answers for "lua table.unpack explained"

Lua
0

lua table unpack

For 5.3 and below:
unpack(tbl)

for 5.4 and higher:
table.unpack(tbl)
Posted by: Guest on September-07-2021

Browse Popular Code Answers by Language