Darkhogg/polyethylene

View on GitHub
docs/polyethylene.asynciterablebuilder._symbol.asynciterator_.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; [AsyncIterableBuilder](./polyethylene.asynciterablebuilder.md) &gt; [\[Symbol.asyncIterator\]](./polyethylene.asynciterablebuilder._symbol.asynciterator_.md)

## AsyncIterableBuilder.\[Symbol.asyncIterator\]() method

Allows this class to work as a regular `AsyncIterable<T>`

<b>Signature:</b>

```typescript
[Symbol.asyncIterator](): AsyncIterator<T>;
```
<b>Returns:</b>

AsyncIterator&lt;T&gt;

an async iterable that yields elements as determined by the calls to `this`<!-- -->' methods