import { first } from "https://deno.land/x/proc@0.20.17/tests/deps/asynciter.ts";
Return the first item of the sequence.
Parameters
iterable: AsyncIterable<T>
import { first } from "https://deno.land/x/proc@0.20.17/tests/deps/asynciter.ts";
Return the first item of the sequence.