[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: how do I create a table with known big size?
- From: Robert Burke <sharpobject@...>
- Date: Wed, 27 May 2020 11:56:21 +0900
On Wed, May 27, 2020 at 6:19 AM Andrea <andrea.l.vitali@gmail.com> wrote:
>
> Can Lua team add table.create(narray,nash) to the table library in Lua 5.4? Does this make sense?
>
If you add something like this yourself or try to get it into upstream
lua, it would be nice to use table.new to match luajit's function that
does the same thing.