Open
Description
Motivation
Methods space.pairs and index.pairs return an iterator that might be used with for-in loop, as stated in documentation. However there is no information about the structure and origin of the provided iterator (in both en and ru versions).
Suggestion
Please insert links to the luafun documentation, that describe iterator structure, iterator_mt
metatable functions or at least mention that luafun methods are available to use.