lua-users home
lua-l archive

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



I remember Roberto said they were considering a table.clear function ( http://lua-users.org/lists/lua-l/2013-11/msg00669.html ) , we can use table.clone(tbl, {}) to instead of it.


I think it's a good idea. I suggest "table.copy"?