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