Skip to main content
Go to Latest
method BytesList.prototype.slice
import { BytesList } from "https://deno.land/std@0.151.0/bytes/bytes_list.ts";

Returns subset of bytes copied

Parameters

start: number
optional
end: number = [UNSUPPORTED]

Returns

Uint8Array