Good question. But note that the function currently isn't exported to the predef-scope, and is thus only available as __builtin.Iterator().
/ Henrik Grubbström (Lysator)
Previous text:
2003-04-18 13:37: Subject: predef::Iterator
Why is the function that creates the basic iterators called "Iterator" like a class? Now it gets tricky to add an interface class for iterators, since the obvious name for it already is taken. :(
/ Martin Stjernholm, Roxen IS