IteratorResult
A basic iterator result.
Constructor Summary
Public Constructor | ||
public |
constructor(value: Object, done: Boolean) Constructs a new iterator result. |
Member Summary
Public Members | ||
public |
Whether this result is past the end of the iterated sequence. |
|
public |
The value returned by the iterator. |
Method Summary
Public Methods | ||
public |
reset() Resets this iterator result. |