method MuxAsyncIterator.prototype.iterateimport { MuxAsyncIterator } from "https://deno.land/std@0.220.0/async/mod.ts"; iterate(): AsyncIterableIterator<T>Returns an async iterator of the stream. ReturnsAsyncIterableIterator<T>