Preparing search index...
The search index is not available
iteragain - v4.1.5
iteragain
isIterator
isIterator
Function isIterator
is
Iterator
(
arg
)
:
arg
is
Iterator
<
any
,
any
,
any
>
Returns true if
arg
implements the "Iterator" interface, i.e. it has a
next
method.
Parameters
arg
:
any
Returns
arg
is
Iterator
<
any
,
any
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
iteragain - v4.1.5
Loading...
Returns true if
arg
implements the "Iterator" interface, i.e. it has anext
method.