Creating an issue to track work on iterators. This includes: - [x] Finalize Iterable<T> and Iterator<T> types. - [x] Support iterators with spread operator (...) in function calls and array literals. - [x] Support destructuring of iterator values. - [x] Support for...of with iterator values.