lua-users home
lua-l archive

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


> An alternative to the solution with tables is a vararg function:

With what benefit? O(n) instead of O(log(n))?