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