lua-users home
lua-l archive

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


How to find out whether there is a specific key for a given Lua table?

I know that traversing the whole table could achieve this goal, but
it's not an efficient method. Is there any better method?