lua-users home
lua-l archive

Re: [Proposal] rawpairs()

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


2016年01月26日 17:50 GMT+02:00 Soni L. <fakedme@gmail.com>:
> `for k, v in next, t do` is a bit less clear than `for k, v in pairs(t) do`
On the contrary, I regard it as an idiom for bypassing __pairs
metamethods and have often used it.

AltStyle によって変換されたページ (->オリジナル) /