Module

x/aleph/std.ts>bytes.concat

The Full-stack Framework in Deno.
Very Popular
Go to Latest
function bytes.concat
import { bytes } from "https://dotland.deno.dev/x/aleph@v0.2.28/std.ts";
const { concat } = bytes;

Concatenate two binary arrays and return new one.

Parameters

origin: Uint8Array

origin array to concatenate

b: Uint8Array

array to concatenate with origin

Returns

Uint8Array