Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method BytesList.prototype.iterator
Deprecated
Deprecated

Use a plain array of Uint8Arrays instead.

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

Iterator of bytes from given position

Parameters

optional
start = [UNSUPPORTED]

Returns

IterableIterator<number>