Skip to main content
Module

std/bytes/mod.ts>BytesList#iterator

Deno standard library
Go to Latest
method BytesList.prototype.iterator
import { BytesList } from "https://deno.land/std@0.190.0/bytes/mod.ts";

Iterator of bytes from given position

Parameters

optional
start = [UNSUPPORTED]

Returns

IterableIterator<number>