import { Enumerable } from "https://deno.land/x/proc@0.20.24/src/enumerable.ts";
Write all data to the writer.
Note that this call returns immediately, although it continues to run until the source iterable data is exhausted.
Parameters
writer: Writable<T> | WritableStream<T>
The writer.