lua-users home
lua-l archive

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


On 4/17/12, Coda Highland <chighland@gmail.com> wrote:
> Okay, yeah, then the only way to verify issequence is to either (1)
> get the real size of the array part (which isn't exposed AFAIK) or (2)
> iterate over pairs(t).
>
> /s/ Adam
>
>

A sequence can have all the key-value pairs in the array-part, all in
the hash-part or every case in between.

Those two concepts are orthogonal.