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

BufferUtils.fromUint16Iterable

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

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

§Parameters

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

§Return Type

§
ArrayBuffer
[src]