Iterable

Pronunciation: /ˈɪtɚəbəl/

Iterable (adjective)

  1. A value that can be used in a loop to get its items one by one.
  2. Able to provide a sequence of elements through an iteration process.

Examples

  • A list is iterable, so you can loop through it.
  • This data is iterable, and the loop runs smoothly.