feature(tlua): Indexable, IndexableRW, Callable
- add
Index
,NewIndex
&Call
traits - add
Indexable
,IndexableRW
,Callable
structs to work with values on lua stack through the__index
,__newindex
&__call
metamethods - e.g. you can work with
tuple
or otherffi
values through lua that way