lua-users home
lua-l archive

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


> However, a simple C extension P could be written that could make 'for
> i,v in P(...) do' pretty optimal - it's very efficient to access
> multiple arguments in C.

Lets call it vapairs!