Description Usage Arguments Value Examples
nextElem
is a generic function used to produce values. If a
checkFunc
was specified to the constructor, the potential
iterated values will be passed to the checkFunc
until the
checkFunc
returns TRUE
. When the iterator has no more
values, it calls stop with the message 'StopIteration'.
1 2 3 4 5 6 |
obj |
an iterator object. |
... |
additional arguments that are ignored. |
The value.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.