Skip to main content
Module

x/aether/deps.ts>Buffer#copy

A Deno library to interface with the Discord API
Latest
method Buffer.prototype.copy
import { Buffer } from "https://deno.land/x/aether@v0.0.3/deps.ts";

Copies data from a region of buf to a region in target, even if the target memory region overlaps with buf.

Parameters

targetBuffer: Buffer | Uint8Array
optional
targetStart = [UNSUPPORTED]
optional
sourceStart = [UNSUPPORTED]
optional
sourceEnd = [UNSUPPORTED]

Returns

number