Skip to main content
Module

std/bytes/mod.ts>BytesList#get

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method BytesList.prototype.get
Deprecated
Deprecated

Use a plain array of Uint8Arrays instead. See getChunkIndex for finding a chunk by number of bytes.

import { BytesList } from "https://deno.land/std@0.203.0/bytes/mod.ts";

Get indexed byte from chunks

Parameters

i: number

Returns

number