import { concat } from "https://deno.land/x/proc@0.20.31/src/utility.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.
import { concat } from "https://deno.land/x/proc@0.20.31/src/utility.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.