Re: how do I create a table with known big size?
[
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: 2020年5月27日 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.