Module

x/proc/mod.ts>concat

A better way to work with processes in Deno.
Latest
function concat
import { concat } from "https://dotland.deno.dev/x/proc@0.21.9/mod.ts";

Fast-concatenate Uint8Arrays arrays together, returning a single array containing the result.

Note that this may return the original source data or a copy.

Parameters

arrays: Uint8Array[]

The arrays to concatenate together.

Returns

Uint8Array

The result of the concatenation.

import concat
import { concat } from "https://dotland.deno.dev/x/proc@0.21.9/mod.ts";