mingo
Preparing search index...
lazy
Generator
Interface Generator
Represents a stream interface that provides a method to retrieve the next item in a sequence.
interface
Generator
{
next
:
()
=>
IteratorResult
;
}
Index
Properties
next
Properties
next
next
:
()
=>
IteratorResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
next
mingo
Loading...
Represents a stream interface that provides a method to retrieve the next item in a sequence.