0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

めも)イテレーターとジェネレーター関数

Posted at

イテレーターオブジェクトが作成
next() を繰り返し呼び出すことによって、
明示的に反復することができます。

イテレーターを反復することを、イテレーターを消費すると言います。

一般的に 1 回しか実行できないためです。
終了値が返された後、さらに next() を呼び出しても、単に {done: true} を返し続けます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?