Skip to main content

Iterable

Iterable refers to an array-like data structure that represents a sequence of elements. It allows for efficient traversal through each element, one at a time. In the Pieces SDK, we specifically use the term Iterable to denote arrays.