lua-users home
lua-l archive

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


First of all #{} makes no sense, either you know the size or you should be using select('#') instead. Second it'd be a lot more useful if #... meant the same as select('#', ...). Third if we do get this we can still do #({}), which should discourage such usage. Fourth ...[n] could mean the same as select(n, ...) (but with an opcode instead of a function, so that it's slightly faster).

--
Disclaimer: these emails may be made public at any given time, with or without reason. If you don't agree with this, DO NOT REPLY.