Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BufferUtils.toBigUint64Iterable

import { BufferUtils } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts"; 

const { toBigUint64Iterable } = BufferUtils;
function toBigUint64Iterable(bytes: ArrayBuffer, byteOrder?: ByteOrder): Iterable<BigUint64>;
§
toBigUint64Iterable(bytes: ArrayBuffer, byteOrder?: ByteOrder): Iterable<BigUint64>
[src]

§Parameters

§
bytes: ArrayBuffer
[src]
§
byteOrder?: ByteOrder optional
[src]

§Return Type