lua-users home
lua-l archive

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


> On the 2.4 section of the reference manual some metamethods are explained but not all.
> 
> It would be great to see all the methods available at a glance, for instance missing methods are :
> 
> __pairs
> __ipairs
> __gc
> __tostring

Execpt for __gc, the others are what we call "core metamethods": they
are features of the libraries.