Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/aleph/deps.ts>bytes.concat

The Full-stack Framework in Deno.
Go to Latest
function bytes.concat
import { bytes } from "https://deno.land/x/aleph@v0.3.0-alpha.5/deps.ts";
const { concat } = bytes;

Concatenate multiple binary arrays and return new one.

Parameters

...buf: Uint8Array[]

binary arrays to concatenate

Returns

Uint8Array