Read-only Iterable.
Iterable
This is just an read-only alternative to Iterable to avoid unwanted mutations.
Type of the items in the Iterable.
Read-only
Iterable
.Remarks
This is just an read-only alternative to
Iterable
to avoid unwanted mutations.