Type alias ReadOnlyIterableIterator<Item>

ReadOnlyIterableIterator<Item>: ReadOnly<IterableIterator<Item>>

Read-only IterableIterator.

Remarks

This is just an read-only alternative to IterableIterator to avoid unwanted mutations.

Type Parameters

  • Item = unknown

    Type of the items in the IterableIterator.