BigInt64Array

open external class BigInt64Array(size: Int) : ArrayBufferView

Constructors

Link copied to clipboard
constructor(size: Int)

Properties

Link copied to clipboard
open override val buffer: ArrayBuffer
Link copied to clipboard
open override val byteLength: Int
Link copied to clipboard
open override val byteOffset: Int

Functions

Link copied to clipboard
operator fun BigInt64Array.get(index: Int): JsBigInt
Link copied to clipboard
operator fun BigInt64Array.set(index: Int, value: JsBigInt)