next
description
Returns the next value of an Iterator
. It's functionnally equivalent to iterator => iterator.next().value
.
example
Last updated
Returns the next value of an Iterator
. It's functionnally equivalent to iterator => iterator.next().value
.
Last updated