Iterator API
chevron down
 

Iterator API

Interface: Iterator

Type: Iterator

Methods

next()

next(value?: any)

Returns: IteratorResult

return()
throw()

Interface: IteratorResult

Type: IteratorResult

Properties

done

boolean

value

T