lua-users home
lua-l archive

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


> I think we should have lua_pairs() to match lua_next()

__pairs is not a core metamethod, just like __tostring: it is provided
by the base library. So, it cannot influence the C API.