Type alias ReadOnlyIterable<Item>

ReadOnlyIterable<Item>: ReadOnly<Iterable<Item>>

Read-only Iterable.

Remarks

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

Type Parameters

  • Item = unknown

    Type of the items in the Iterable.