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

BufferUtils.fromUint32Iterable

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

const { fromUint32Iterable } = BufferUtils;
function fromUint32Iterable(source: Iterable<Uint32>, byteOrder?: ByteOrder): ArrayBuffer;
§
fromUint32Iterable(source: Iterable<Uint32>, byteOrder?: ByteOrder): ArrayBuffer
[src]

§Parameters

§
source: Iterable<Uint32>
[src]
§
byteOrder?: ByteOrder optional
[src]

§Return Type

§
ArrayBuffer
[src]