Adds support for a new class of iteration methods that separate out "global" data like variables, visit counts, etc. from the iterator. Useful if you have many iterators sharing the same global data.
Also adding a few improvements to the runScript method.
Adds support for a new class of iteration methods that separate out "global" data like variables, visit counts, etc. from the iterator. Useful if you have many iterators sharing the same global data.
Also adding a few improvements to the runScript method.