Description Usage Arguments Value Examples
ihasNext
is a generic function that indicates if the iterator
has another element.
1 | ihasNext(iterable)
|
iterable |
an iterable object, which could be an iterator. |
An ihasNext
iterator that wraps the specified iterator and supports
the hasNext
method.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.