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

x/carol/deps.ts>concat

A Deno port of carlo
Latest
function concat
import { concat } from "https://deno.land/x/carol@v1.1.4/deps.ts";

Concatenate multiple binary arrays and return new one.

Parameters

...buf: Uint8Array[]

binary arrays to concatenate

Returns

Uint8Array