lua-users home
lua-l archive

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


Mouse:

It does, though, assume t->alimit is a power of two.  Is that
guaranteed?

It does not assume that t->alimit is a power of two. That would be wrong. It only assumes that nextPowerOfTwo(t->alimit) is the real array length.

Regards,
Xmilia