Darkhogg/polyethylene

View on GitHub
docs/polyethylene.poly.iterablefactory.md

Summary

Maintainability
Test Coverage
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [polyethylene](./polyethylene.md) &gt; [Poly](./polyethylene.poly.md) &gt; [IterableFactory](./polyethylene.poly.iterablefactory.md)

## Poly.IterableFactory type

A function with no arguments that returns an `Iterable`

<b>Signature:</b>

```typescript
type IterableFactory<T> = () => Iterable<T>;
```