lua-users home
lua-l archive

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


> I think I can iterate over them by next_elem = cur_elem->gch.next . Is that
> correct?

Yes.


> But how can I get type of the element?

cur_elem->gch.tt.

-- Roberto