Re: C API - lua_next traversal of "array" table
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: C API - lua_next traversal of "array" table
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2016年8月19日 12:44:54 -0300
> Lua's table is a generic structure. It can be used as an array and as an
> dictionary, *but not at the same time*.
This is not true at all. Lua tables can and frequently are used as an
array and as a dictionary at the same time.