Iterable
Pronunciation: /ˈɪtɚəbəl/
Iterable (adjective)
- A value that can be used in a loop to get its items one by one.
- 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.