Javascript BigInt64Array.BYTES_PER_ELEMENT

Introduction

The Javascript BigInt64Array.BYTES_PER_ELEMENT property stores the size in bytes of each element in an BigInt64Array.

BigInt64Array.BYTES_PER_ELEMENT;
console.log(BigInt64Array.BYTES_PER_ELEMENT);



PreviousNext

Related