BigInt64Array.from

Creates a typed array from an array-like or iterable object.

Syntax

from(arrayLike, mapfn?, thisArg?)

Parameters

Examples

BigInt64Array.from([1, 2, 3])
BigInt64Array [ 1, 2, 3 ]