Function: getNext()
getNext(
iterator):string
Defined in: src/utils/num.ts:405
Expect the next value from an iterator
Parameters
iterator
Iterator<string>
The iterator to get the next value from.
Returns
string
The next value from the iterator.
Throws
Error if the iterator is done.