import { async_iterable } from "https://deno.land/x/fun@v.2.0.0-alpha.11/mod.ts";
const { forEach } = async_iterable;
Parameters
onValue: (a: A) => void | PromiseLike<void>
import { async_iterable } from "https://deno.land/x/fun@v.2.0.0-alpha.11/mod.ts";
const { forEach } = async_iterable;