lua-users home
lua-l archive

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


On Dec 17, 2009, at 10:38 PM, steve donovan wrote:

> There's always that design choice; working with iterators is more
> general. Which is why I'm tending towards:
> 
>    map(fun,pairs(t))  or map(fun,ipairs(t))

Does this return a new iterator? I would presume that it would.

Mark