- Preparing search index...
- The search index is not available
atomic-fns
- next<T>(iter: Iterator<T, any, undefined>): T | undefined
-
Parameters
-
iter: Iterator<T, any, undefined>
Returns T | undefined
- next<T>(iter: Generator<any, T, unknown>): T | undefined
-
Parameters
-
iter: Generator<any, T, unknown>
Returns T | undefined
Retrieve the next item from the iterator by calling its
next()
method.Returns
The next value from the iterator.