You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the current spec requires something in between, because per spec return completions must always close the iterator, whereas yield* allows to continue after return completions.
Before #18:
When using
yield*
semantics:But the current spec requires something in between, because per spec return completions must always close the iterator, whereas
yield*
allows to continue after return completions.After #18:
The text was updated successfully, but these errors were encountered: