Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function concat
import { concat } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/bytes/mod.ts";

Concatenate two binary arrays and return new one

Parameters

a: Uint8Array
b: Uint8Array

Returns

Uint8Array