lua-users home
lua-l archive

Re: how do I create a table with known big size?

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.

AltStyle によって変換されたページ (->オリジナル) /